[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Viz Plugins API #15574

Draft
wants to merge 11 commits into
base: dev
Choose a base branch
from
Prev Previous commit
Next Next commit
Drop old plugins API mapping causing app to fail loading
  • Loading branch information
dannon committed Nov 19, 2023
commit 3c99793b31dbd68d41b393c3c806e106f0e00cf8
1 change: 0 additions & 1 deletion lib/galaxy/webapps/galaxy/buildapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ def populate_api_routes(webapp, app):
)

webapp.mapper.resource("visualization", "visualizations", path_prefix="/api")
webapp.mapper.resource("plugins", "plugins", path_prefix="/api")
webapp.mapper.connect("/api/workflows/build_module", action="build_module", controller="workflows")
webapp.mapper.connect(
"/api/workflows/menu", action="set_workflow_menu", controller="workflows", conditions=dict(method=["PUT"])
Expand Down