X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/043f54270bb129da9f5f07c2c975c6e89edd4a22..e7b601c25f6ac88e7adaf219f296c448d29c3904:/apps/workbench/config/routes.rb diff --git a/apps/workbench/config/routes.rb b/apps/workbench/config/routes.rb index a035535da5..5330a9148a 100644 --- a/apps/workbench/config/routes.rb +++ b/apps/workbench/config/routes.rb @@ -27,7 +27,7 @@ ArvadosWorkbench::Application.routes.draw do resources :specimens resources :pipeline_templates resources :pipeline_instances do - get 'compare/*uuid' => 'pipeline_instances#compare' + get 'compare', on: :collection end resources :links match '/collections/graph' => 'collections#graph'