This commit is contained in:
P3ngSaM 2023-08-04 11:02:37 +08:00
parent 5757f4c6cc
commit f00b666bae
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ from App.Schemas import ModelSchemas
from Utils.DataBase.MongoHelperUtils import MongoHelper, get_mongodb from Utils.DataBase.MongoHelperUtils import MongoHelper, get_mongodb
router = APIRouter( router = APIRouter(
prefix="/api/model_management" prefix="/api/model_management/"
) )

View File

@ -12,7 +12,7 @@ from Utils.DataBase.MongoHelperUtils import MongoHelper, get_mongodb
from Utils.DataBase.SqlAlchemyUtils import get_db from Utils.DataBase.SqlAlchemyUtils import get_db
router = APIRouter( router = APIRouter(
prefix="/api/report_generation" prefix="/api/report_generation/"
) )
# 文件路径 # 文件路径