server-cli-todo-cleanup
This commit is contained in:
2
main.py
2
main.py
@@ -40,7 +40,7 @@ async def shutdown():
|
||||
await redis.disconnect()
|
||||
|
||||
routes = [
|
||||
Route("/oauth/{provider}", endpoint=oauth_login), # TODO: isolate auth microservice
|
||||
Route("/oauth/{provider}", endpoint=oauth_login),
|
||||
Route("/oauth_authorize", endpoint=oauth_authorize),
|
||||
Route("/email_authorize", endpoint=email_authorize)
|
||||
]
|
||||
|
Reference in New Issue
Block a user