mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 00:27:11 +00:00
make user path names plural
This commit is contained in:
@@ -75,7 +75,7 @@ def get_me(request):
|
||||
|
||||
|
||||
@router.get(
|
||||
path="/user/{user_id}",
|
||||
path="/users/{user_id}",
|
||||
response={
|
||||
status.OK: UserSchema,
|
||||
status.BAD_REQUEST: BadRequestError,
|
||||
|
||||
Reference in New Issue
Block a user