X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1471ad4b235e168ccee4fa351b0025b2b380d7ac..0dab89df8040f203a33bc1922df0ff893791def7:/apps/workbench/config/routes.rb?ds=sidebyside diff --git a/apps/workbench/config/routes.rb b/apps/workbench/config/routes.rb index 718adfd2ed..0bf8dffc67 100644 --- a/apps/workbench/config/routes.rb +++ b/apps/workbench/config/routes.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -ArvadosWorkbench::Application.routes.draw do +Rails.application.routes.draw do themes_for_rails resources :keep_disks @@ -130,7 +130,8 @@ ArvadosWorkbench::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'