closes #11906
[arvados.git] / services / api / config / routes.rb
index c030d4242fcfd6b8691c328bd927e1d08e9436a4..2e9d618986825d1871c28ca38695c4ef7c046440 100644 (file)
@@ -104,6 +104,8 @@ Server::Application.routes.draw do
 
   match '/static/login_failure', to: 'static#login_failure', as: :login_failure, via: [:get, :post]
 
+  match '/_health/ping', to: 'arvados/v1/healthcheck#ping', via: [:get]
+
   # Send unroutable requests to an arbitrary controller
   # (ends up at ApplicationController#render_not_found)
   match '*a', to: 'static#render_not_found', via: [:get, :post, :put, :patch, :delete, :options]