fix: add missing prefix for project-management router
Deploy / Deploy Staging (push) Failing after 6s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Has started running
Tests / lint (push) Has been cancelled

This commit is contained in:
Xiaoxia AI
2026-06-16 22:04:16 +08:00
parent 6eb394d6ad
commit a0fee54e43
+1
View File
@@ -55,5 +55,6 @@ api_router.include_router(
# Project Management (Tasks, Milestones, Issues)
api_router.include_router(
project_management_router,
prefix="/project-management",
tags=["项目推进管理"],
)