12519: Moved multisite search to its own URL
[arvados.git] / apps / workbench / config / routes.rb
index fee49c14ce213aa2cd001252043f4cc7dfc79745..777d9780d6b39f0863f4351ad6c914721315ff80 100644 (file)
@@ -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]