Skip to content

Commit

Permalink
add trailing slash(/) in the regulator approval endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Nov 28, 2024
1 parent 206dd79 commit 6239c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/projects/project_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6239c4a

Please sign in to comment.