Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfresnel committed Aug 22, 2024
1 parent 085b3f9 commit 2200b97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion userdata_api/routes/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ async def update_user(
return StatusResponseModel(status="Success", message="User patch succeeded", ru="Изменение успешно")



@user.get("", response_model=UsersInfoGet, response_model_exclude_unset=True)
async def get_users_info(
users: list[int] = Query(),
Expand Down

0 comments on commit 2200b97

Please sign in to comment.