X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f3e3a6cc4b72120f856e14f3039b1c0c1f0326bd..0dab89df8040f203a33bc1922df0ff893791def7:/apps/workbench/config/routes.rb diff --git a/apps/workbench/config/routes.rb b/apps/workbench/config/routes.rb index ffc09ac933..0bf8dffc67 100644 --- a/apps/workbench/config/routes.rb +++ b/apps/workbench/config/routes.rb @@ -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'