Skip to content

Commit

Permalink
Add webapp mapper for cloud upload API.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed May 7, 2018
1 parent 8302e57 commit 77c3444
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/galaxy/webapps/galaxy/buildapp.py
Expand Up @@ -237,6 +237,11 @@ def populate_api_routes(webapp, app):
controller='cloud',
action='download',
conditions=dict(method=["POST"]))
webapp.mapper.connect('cloud_upload',
'/api/cloud/upload',
controller='cloud',
action='upload',
conditions=dict(method=["POST"]))

_add_item_tags_controller(webapp,
name_prefix="history_",
Expand Down

0 comments on commit 77c3444

Please sign in to comment.