This commit is contained in:
P3ngSaM 2023-08-04 11:04:22 +08:00
parent f00b666bae
commit a992af35c0
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
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
router = APIRouter(
prefix="/api/report_generation/"
prefix="/api/report_generation"
)
# 文件路径