X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bd8bdd90055d61263eff5bdb9a953c57319aa83d..42c20b25e1325124b88e3b9b285544dc41122b56:/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'