X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/357cbabe1731f73b8849ba0b4565351db776d0b9..d4de94839e7aabf550686ef3db9d43254ff2e4d7:/apps/workbench/config/routes.rb diff --git a/apps/workbench/config/routes.rb b/apps/workbench/config/routes.rb index fee49c14ce..777d9780d6 100644 --- a/apps/workbench/config/routes.rb +++ b/apps/workbench/config/routes.rb @@ -109,7 +109,7 @@ ArvadosWorkbench::Application.routes.draw do get 'tab_counts', on: :member get 'public', on: :collection end - + resources :search do get 'choose', :on => :collection end @@ -131,9 +131,11 @@ ArvadosWorkbench::Application.routes.draw do match '/_health/ping', to: 'healthcheck#ping', via: [:get] get '/tests/mithril', to: 'tests#mithril' + + get '/multisite', to: 'multisite#search' get '/status', to: 'status#status' - + # Send unroutable requests to an arbitrary controller # (ends up at ApplicationController#render_not_found) match '*a', to: 'links#render_not_found', via: [:get, :post]