summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2019-09-03 16:15:47 +0000
committerMichael Kozono <mkozono@gmail.com>2019-09-03 16:15:47 +0000
commitfff8cb81126d29b525a33e907a547c435e97ae1c (patch)
treea741a3a7661f6a2d06e37142f69e2ea8a87cf1b4
parent4bf01ce52fc91445d44cd0e993770c030ad53a68 (diff)
downloadgitlab-ce-mk/fix-comment.tar.gz
Fix outdated commentmk/fix-comment
-rw-r--r--config/routes.rb2
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]