This commit is contained in:
iFargle
2023-02-17 14:42:47 +09:00
parent a3e5516d04
commit dd6e85fde2

View File

@@ -62,13 +62,6 @@ app.logger.warning("Static Assets: "+static_url_path)
########################################################################################
# / pages - User-facing pages
########################################################################################
@app.route('/login')
@app.route(BASE_PATH+'/login')
@oidc.require_login
def login():
return redirect(BBASEURL+url_for('overview'))
@app.route('/')
@app.route(BASE_PATH+'/')
@app.route('/overview')