Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / config / routes.rb
index ffc09ac933acf8d88fa1b07cac460c144a805a45..0bf8dffc67be2602760b68a55f2d2bd1580ac303 100644 (file)
@@ -130,7 +130,8 @@ Rails.application.routes.draw do
 
   root :to => 'projects#index'
 
-  match '/_health/ping', to: 'healthcheck#ping', via: [:get]
+  match '/_health/:check', to: 'management#health', via: [:get]
+  match '/metrics', to: 'management#metrics', via: [:get]
 
   get '/tests/mithril', to: 'tests#mithril'