Skip to content

Commit

Permalink
Add client route to build app
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Apr 18, 2024
1 parent 2a635e3 commit 2b8ac93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/webapps/galaxy/buildapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def app_pair(global_conf, load_app_kwds=None, wsgi_preflight=True, **kwargs):
webapp.add_client_route("/user/{form_id}")
webapp.add_client_route("/welcome/new")
webapp.add_client_route("/visualizations")
webapp.add_client_route("/visualizations/display")
webapp.add_client_route("/visualizations/edit")
webapp.add_client_route("/visualizations/sharing")
webapp.add_client_route("/visualizations/list_published")
Expand Down

0 comments on commit 2b8ac93

Please sign in to comment.