oauth code minor changes

This commit is contained in:
knst-kotov
2021-07-13 09:15:15 +00:00
parent 571dad6f60
commit ead404fc72
3 changed files with 42 additions and 25 deletions

View File

@@ -29,7 +29,7 @@ async def shutdown():
await redis.disconnect()
routes = [
Route("/oauth", endpoint=oauth_login),
Route("/oauth/{provider}", endpoint=oauth_login),
Route("/authorize", endpoint=oauth_authorize)
]