2023-07-25 09:16:04 +00:00
18 changed files with 483 additions and 48 deletions

View File

@@ -31,7 +31,6 @@ async def get_current_user(
raise credentials_exception
return user
async def get_current_active_user(
current_user: models.User = Depends(get_current_user),
):