fixlink
This commit is contained in:
2
main.py
2
main.py
@@ -55,7 +55,7 @@ async def shutdown():
|
|||||||
routes = [
|
routes = [
|
||||||
Route("/oauth/{provider}", endpoint=oauth_login),
|
Route("/oauth/{provider}", endpoint=oauth_login),
|
||||||
Route("/oauth-authorize", endpoint=oauth_authorize),
|
Route("/oauth-authorize", endpoint=oauth_authorize),
|
||||||
Route("/confirm-email/{token}", endpoint=confirm_email_handler), # should be called on client
|
Route("/confirm/{token}", endpoint=confirm_email_handler), # should be called on client
|
||||||
]
|
]
|
||||||
|
|
||||||
app = Starlette(
|
app = Starlette(
|
||||||
|
|||||||
Reference in New Issue
Block a user