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