Skip to content

Commit

Permalink
fix: api path
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradip-p committed Jun 28, 2024
1 parent 99d3ebb commit 4a6feb9
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 @@ -22,7 +22,7 @@
)


@router.delete('/projects/{project_id}', tags=["Projects"])
@router.delete('/{project_id}', tags=["Projects"])
def delete_project_by_id(
project_id: int,
db: Session = Depends(database.get_db)
Expand Down

0 comments on commit 4a6feb9

Please sign in to comment.