X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/95c1923ae79a29bb8b6b9b4565b90fb95dbea363..f6e063ed8afcdd868fe1eec2fa86ac8f0f61e18b:/apps/workbench/config/routes.rb diff --git a/apps/workbench/config/routes.rb b/apps/workbench/config/routes.rb index 3a41a9b40b..718adfd2ed 100644 --- a/apps/workbench/config/routes.rb +++ b/apps/workbench/config/routes.rb @@ -65,6 +65,8 @@ ArvadosWorkbench::Application.routes.draw do get 'virtual_machines', :on => :member get 'repositories', :on => :member get 'ssh_keys', :on => :member + get 'link_account', :on => :collection + post 'link_account', :on => :collection, :action => :merge end get '/current_token' => 'users#current_token' get "/add_ssh_key_popup" => 'users#add_ssh_key_popup', :as => :add_ssh_key_popup @@ -125,8 +127,6 @@ ArvadosWorkbench::Application.routes.draw do get 'actions' => 'actions#show' get 'websockets' => 'websocket#index' post "combine_selected" => 'actions#combine_selected_files_into_collection' - get 'link_account' => 'link_account#index' - post 'link_account' => 'link_account#merge' root :to => 'projects#index'