mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-25 00:54:44 +01:00
test
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user