Skip to content

Commit

Permalink
Remove endpoint from routing
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 6, 2017
1 parent f264e91 commit db47be5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/webapps/galaxy/buildapp.py
Expand Up @@ -284,7 +284,6 @@ def populate_api_routes( webapp, app ):
webapp.mapper.connect( '/api/genomes/{id}/sequences', controller='genomes', action='sequences' )
webapp.mapper.resource( 'visualization', 'visualizations', path_prefix='/api' )
webapp.mapper.connect( '/api/workflows/build_module', action='build_module', controller="workflows" )
webapp.mapper.connect( '/api/workflows/{id}/save', action='save', controller="workflows" )
webapp.mapper.resource( 'workflow', 'workflows', path_prefix='/api' )
webapp.mapper.resource_with_deleted( 'history', 'histories', path_prefix='/api' )
webapp.mapper.connect( '/api/histories/{history_id}/citations', action='citations', controller="histories" )
Expand Down

0 comments on commit db47be5

Please sign in to comment.