Merge branch 'mk/fix-comment' into 'master'

Fix outdated comment

See merge request gitlab-org/gitlab-ce!32598
This commit is contained in:
Dmitriy Zaporozhets 2019-09-04 12:24:58 +00:00
commit ab2d5fdd6a
1 changed files with 1 additions and 1 deletions

View File

@ -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]