Your Name před 4 roky
rodič
revize
ee410b2828
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      apis/testoauth.py

+ 1 - 1
apis/testoauth.py

@@ -17,7 +17,7 @@ config = Config('.env')
 
 #Config('.env')
 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'
 oauth.register(