Update app route definition rules (#341)

This commit is contained in:
Wu Clan
2024-07-02 09:29:22 +08:00
committed by GitHub
parent af101d57fe
commit f21af0c3c3
8 changed files with 29 additions and 19 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ from backend.app.task.api.v1.task import router as task_router
v1 = APIRouter()
v1.include_router(task_router, prefix='/tasks', tags=['任务管理'])
v1.include_router(task_router, prefix='/tasks', tags=['任务'])