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";
33import { AbstractController } from "../../../../abstract/controller" ;
44import { Controller } from "../../../../decorator/Controller" ;
55import { AI_SERVER_URL_CN , AI_SERVER_URL_EN } from "./const" ;
6- import { Status } from "constants/Project" ;
6+ import { Status } from "../../../../ constants/Project" ;
77
88@Controller < RequestType , any > ( {
99 method : "post" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { ax } from "../../../utils/Axios";
33import { AbstractController } from "../../../../abstract/controller" ;
44import { Controller } from "../../../../decorator/Controller" ;
55import { AI_SERVER_URL_CN , AI_SERVER_URL_EN } from "./const" ;
6- import { Status } from "constants/Project" ;
6+ import { Status } from "../../../../ constants/Project" ;
77
88@Controller < RequestType , any > ( {
99 method : "post" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { ax } from "../../../utils/Axios";
33import { AbstractController } from "../../../../abstract/controller" ;
44import { Controller } from "../../../../decorator/Controller" ;
55import { AI_SERVER_URL_CN , AI_SERVER_URL_EN } from "./const" ;
6- import { Status } from "constants/Project" ;
6+ import { Status } from "../../../../ constants/Project" ;
77
88@Controller < RequestType , any > ( {
99 method : "post" ,
You can’t perform that action at this time.
0 commit comments