diff options
author | Michael Kozono <mkozono@gmail.com> | 2019-09-03 16:15:47 +0000 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2019-09-03 16:15:47 +0000 |
commit | fff8cb81126d29b525a33e907a547c435e97ae1c (patch) | |
tree | a741a3a7661f6a2d06e37142f69e2ea8a87cf1b4 | |
parent | 4bf01ce52fc91445d44cd0e993770c030ad53a68 (diff) | |
download | gitlab-ce-fff8cb81126d29b525a33e907a547c435e97ae1c.tar.gz |
Fix outdated commentmk/fix-comment
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index c333550f758..02a405a91f8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -67,7 +67,7 @@ Rails.application.routes.draw do get 'health_check(/:checks)' => 'health_check#index', as: :health_check scope path: '-' do - # '/-/health' implemented by BasicHealthMiddleware + # '/-/health' implemented by BasicHealthCheck middleware get 'liveness' => 'health#liveness' get 'readiness' => 'health#readiness' resources :metrics, only: [:index] |