fix: remove duplicate api/v1 prefix in project-management routes
This commit is contained in:
@@ -25,7 +25,7 @@ from packages.application.project_management_use_cases import (
|
||||
)
|
||||
from packages.domain import TaskPriority, TaskStatus
|
||||
|
||||
router = APIRouter(prefix="/api/v1/project-management", tags=["project-management"])
|
||||
router = APIRouter(prefix="/project-management", tags=["project-management"])
|
||||
|
||||
# 简易依赖注入(生产环境应走数据库)
|
||||
_task_repo = InMemoryTaskRepository()
|
||||
|
||||
Reference in New Issue
Block a user