Skip to content

Commit 8b89e47

Browse files
committed
fix: patch to put
1 parent b24c2d3 commit 8b89e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nominees/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async def delete_nominee_info(request: Request, db_session: database.DBSession,
8989
await db_session.commit()
9090

9191

92-
@router.patch(
92+
@router.put(
9393
"/{computing_id:str}",
9494
description="Will create or update nominee info. Returns an updated copy of their nominee info.",
9595
response_model=NomineeInfoModel,

0 commit comments

Comments
 (0)