Skip to content

Commit

Permalink
Remove mapping to the legacy route
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Feb 20, 2024
1 parent 6a3da43 commit f9b3803
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/galaxy/webapps/galaxy/buildapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,12 +580,6 @@ def populate_api_routes(webapp, app):
controller="container_resolution",
conditions=dict(method=["POST"]),
)
webapp.mapper.connect(
"/api/workflows/get_tool_predictions",
action="get_tool_predictions",
controller="workflows",
conditions=dict(method=["POST"]),
)

webapp.mapper.resource("visualization", "visualizations", path_prefix="/api")
webapp.mapper.resource("plugins", "plugins", path_prefix="/api")
Expand Down

0 comments on commit f9b3803

Please sign in to comment.