fix: remove trailing slash and plurals in paths
This commit is contained in:
parent
c74e895bf1
commit
1a6a6ad97d
9 changed files with 20 additions and 20 deletions
|
|
@ -76,7 +76,7 @@ async def current_user(user_model: user_model_claims_dependency):
|
|||
|
||||
|
||||
@router.get(
|
||||
"/",
|
||||
"",
|
||||
summary="Get user hub details by ID.",
|
||||
response_model=UserResponse,
|
||||
status_code=status.HTTP_200_OK,
|
||||
|
|
@ -95,7 +95,7 @@ async def get_user_by_id(
|
|||
|
||||
|
||||
@router.delete(
|
||||
"/",
|
||||
"",
|
||||
summary="Delete user from hub by ID.",
|
||||
status_code=status.HTTP_204_NO_CONTENT,
|
||||
responses={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue