X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/852573d60776116bed4e86431667abf8c77d3f9a..08b394b0df66374a75dab082ca858dda6e4beae3:/apps/workbench/config/routes.rb diff --git a/apps/workbench/config/routes.rb b/apps/workbench/config/routes.rb index 6236e0c512..65a8e541f7 100644 --- a/apps/workbench/config/routes.rb +++ b/apps/workbench/config/routes.rb @@ -80,7 +80,7 @@ ArvadosWorkbench::Application.routes.draw do post 'actions' => 'actions#post' get 'actions' => 'actions#show' get 'websockets' => 'websocket#index' - get 'combine_selected' => 'actions#combine_selected_files_into_collection', :as => :combine_selected + post "combine_selected" => 'actions#combine_selected_files_into_collection' root :to => 'projects#index'