File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/v1/controller/agora/ai Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { ax } from "../../../utils/Axios";
3
3
import { AbstractController } from "../../../../abstract/controller" ;
4
4
import { Controller } from "../../../../decorator/Controller" ;
5
5
import { AI_SERVER_URL_CN , AI_SERVER_URL_EN } from "./const" ;
6
- import { Status } from "constants/Project" ;
6
+ import { Status } from "../../../../ constants/Project" ;
7
7
8
8
@Controller < RequestType , any > ( {
9
9
method : "post" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { ax } from "../../../utils/Axios";
3
3
import { AbstractController } from "../../../../abstract/controller" ;
4
4
import { Controller } from "../../../../decorator/Controller" ;
5
5
import { AI_SERVER_URL_CN , AI_SERVER_URL_EN } from "./const" ;
6
- import { Status } from "constants/Project" ;
6
+ import { Status } from "../../../../ constants/Project" ;
7
7
8
8
@Controller < RequestType , any > ( {
9
9
method : "post" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { ax } from "../../../utils/Axios";
3
3
import { AbstractController } from "../../../../abstract/controller" ;
4
4
import { Controller } from "../../../../decorator/Controller" ;
5
5
import { AI_SERVER_URL_CN , AI_SERVER_URL_EN } from "./const" ;
6
- import { Status } from "constants/Project" ;
6
+ import { Status } from "../../../../ constants/Project" ;
7
7
8
8
@Controller < RequestType , any > ( {
9
9
method : "post" ,
You can’t perform that action at this time.
0 commit comments