mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-23 15:14:45 +01:00
Test
This commit is contained in:
@@ -337,4 +337,4 @@ def build_preauth_key_table():
|
||||
########################################################################################
|
||||
if __name__ == '__main__':
|
||||
app.run(host="0.0.0.0", debug=DEBUG_STATE)
|
||||
app.config["APPLICATION_ROOT"] = $BASE_PATH
|
||||
app.config["APPLICATION_ROOT"] = os.environ["BASE_PATH"].replace('"', '')
|
||||
|
||||
Reference in New Issue
Block a user