mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-19 11:55:28 +01:00
test
This commit is contained in:
@@ -370,4 +370,9 @@ def build_preauth_key_table():
|
||||
# Main thread
|
||||
########################################################################################
|
||||
if __name__ == '__main__':
|
||||
|
||||
# Decorate all functions with @oidc.require_login:
|
||||
# Get a list of all public pages:
|
||||
LOG.error("app.url_map -- __main__")
|
||||
LOG.error(app.url_map)
|
||||
app.run(host="0.0.0.0", debug=DEBUG_STATE)
|
||||
|
||||
Reference in New Issue
Block a user