test
This commit is contained in:
parent
2a9703bb9d
commit
642207116f
4
main.py
4
main.py
|
@ -65,10 +65,10 @@ async def shutdown():
|
||||||
|
|
||||||
|
|
||||||
routes = [
|
routes = [
|
||||||
|
Route("/messages", endpoint=sse_messages),
|
||||||
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/{token}", endpoint=confirm_email_handler),
|
Route("/confirm/{token}", endpoint=confirm_email_handler)
|
||||||
Route("/messages", endpoint=sse_messages)
|
|
||||||
]
|
]
|
||||||
|
|
||||||
app = Starlette(
|
app = Starlette(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user