diff --git a/src/backend/app/projects/project_routes.py b/src/backend/app/projects/project_routes.py index 4cc07a45..1d12141f 100644 --- a/src/backend/app/projects/project_routes.py +++ b/src/backend/app/projects/project_routes.py @@ -592,7 +592,7 @@ async def odm_webhook( return {"message": "Webhook received", "task_id": task_id} -@router.post("/regulator/comment/{project_id}", tags=["Regulator Approval"]) +@router.post("/regulator/comment/{project_id}/", tags=["Regulator Approval"]) async def regulator_approval( project_id: str, data: dict,