11906: healthcheck ping for workbench
[arvados.git] / apps / workbench / config / routes.rb
index f2387f181e6550b6234a835d8fb190a6526072af..a3644e51699871351aecba16ad7dda354695443b 100644 (file)
@@ -126,6 +126,8 @@ ArvadosWorkbench::Application.routes.draw do
 
   root :to => 'projects#index'
 
+  match '/_health/ping', to: 'healthcheck#ping', via: [:get]
+
   # Send unroutable requests to an arbitrary controller
   # (ends up at ApplicationController#render_not_found)
   match '*a', to: 'links#render_not_found', via: [:get, :post]