This commit is contained in:
2025-09-10 20:41:05 +08:00
parent 3bf0d22d47
commit 97f3e1c925
4 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ from fastapi import APIRouter
from Model.RuYuanZaiYuanCountModel import RuYuanZaiYuanModel
# 创建APIRouter实例
router = APIRouter(prefix="/bigscreen", tags=["大屏展示"])
router = APIRouter(prefix="/RuYuanZaiYuan", tags=["大屏展示"])
# 默认的根路由
@router.get("/")