Your Name 4 年 前
コミット
ee410b2828
1 ファイル変更1 行追加1 行削除
  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(