summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-09-04 12:24:58 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-09-04 12:24:58 +0000
commitab2d5fdd6ae7686b808167da96ad3fe5ba21abc8 (patch)
tree5dd2e495344fc57065c8fd35b067e4e27999a1fc
parent895fe1637318766d07b199ab0489508e14bafdbd (diff)
parentfff8cb81126d29b525a33e907a547c435e97ae1c (diff)
downloadgitlab-ce-ab2d5fdd6ae7686b808167da96ad3fe5ba21abc8.tar.gz
Merge branch 'mk/fix-comment' into 'master'
Fix outdated comment See merge request gitlab-org/gitlab-ce!32598
-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]