test
This commit is contained in:
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(
|
||||||
|
|||||||
Reference in New Issue
Block a user