Skip to content

Commit

Permalink
fix patch endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoom-Developer committed Nov 3, 2024
1 parent 9c847ca commit 746c2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/interface/api/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def register_user(
return user


@router.patch()
@router.patch("")
async def edit_user(data: PatchUser, user: User = Depends(get_user)) -> FullUserDTO:
"""
Редактирование пользователя
Expand Down

0 comments on commit 746c2ed

Please sign in to comment.