fix: add missing prefix for project-management router
This commit is contained in:
@@ -55,5 +55,6 @@ api_router.include_router(
|
||||
# Project Management (Tasks, Milestones, Issues)
|
||||
api_router.include_router(
|
||||
project_management_router,
|
||||
prefix="/project-management",
|
||||
tags=["项目推进管理"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user