From 133d92939528a6f094cda23a8cb2b9acae8425db Mon Sep 17 00:00:00 2001 From: Danny Price Date: Wed, 4 Mar 2026 11:12:32 +0800 Subject: [PATCH] Move app URL to /pygedm --- app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.py b/app/app.py index f82f0f9..a64f404 100644 --- a/app/app.py +++ b/app/app.py @@ -120,7 +120,7 @@ def get_skymap(model): sys.exit(1) # APP SETUP -app = dash.Dash(__name__, external_stylesheets=[dbc.themes.SPACELAB]) +app = dash.Dash(__name__, external_stylesheets=[dbc.themes.SPACELAB], url_base_pathname='/pygedm/') app.title = "PyGEDM" server = app.server