Still no result

This commit is contained in:
2023-07-20 00:09:30 +03:00
committed by Dmitry Gantimurov
parent d2c7ce453e
commit b06306a20b
2 changed files with 8 additions and 7 deletions

View File

@ -167,7 +167,7 @@ async def login_for_access_token(
@app.get("/api/users/me/", response_model=schema.User)
async def read_users_me(
async def read_users_me( #!!!!!!!!!!!
current_user: Annotated[User, Depends(get_current_active_user)]
):
return current_user