Skip to content

Commit

Permalink
Remove legacy route
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Jul 13, 2023
1 parent bacf43b commit a5e173b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/galaxy/webapps/galaxy/buildapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,14 +846,6 @@ def connect_invocation_endpoint(endpoint_name, endpoint_suffix, action, conditio
conditions=dict(method=["POST"]),
)

webapp.mapper.connect(
"add_custom_builds",
"/api/users/{id}/custom_builds/{key}",
controller="users",
action="add_custom_builds",
conditions=dict(method=["PUT"]),
)

# ========================
# ===== WEBHOOKS API =====
# ========================
Expand Down

0 comments on commit a5e173b

Please sign in to comment.