|
@@ -17,7 +17,7 @@ config = Config('.env')
|
|
|
|
|
|
#Config('.env')
|
|
#Config('.env')
|
|
oauth = OAuth(config)
|
|
oauth = OAuth(config)
|
|
-app.mount("/", StaticFiles(directory="static"), name="static")
|
|
|
|
|
|
+app.mount("/static", StaticFiles(directory="static"), name="static")
|
|
|
|
|
|
CONF_URL = 'https://accounts.google.com/.well-known/openid-configuration'
|
|
CONF_URL = 'https://accounts.google.com/.well-known/openid-configuration'
|
|
oauth.register(
|
|
oauth.register(
|