12033: Canary query before initiating login procedure.
[arvados.git] / apps / workbench / config / routes.rb
index 8dcc7fdd20cadbf41bb9da7997c06597169e29eb..fee49c14ce213aa2cd001252043f4cc7dfc79745 100644 (file)
@@ -132,6 +132,8 @@ ArvadosWorkbench::Application.routes.draw do
 
   get '/tests/mithril', to: 'tests#mithril'
 
+  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]