Skip to content

Commit ed11625

Browse files
refactor: api url 변경
1 parent 0c21e74 commit ed11625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def create_app():
3434

3535
# Controller
3636
from controller import DalleController, KonlpyController
37-
api.add_namespace(DalleController.Dalle, "/api/dalle")
38-
api.add_namespace(KonlpyController.Konlpy, "/api/konlpy")
37+
api.add_namespace(DalleController.Dalle, "/ai_api/dalle")
38+
api.add_namespace(KonlpyController.Konlpy, "/ai_api/konlpy")
3939

4040
return app

0 commit comments

Comments
 (0)