Commit ab2d5fdd authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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

Fix outdated comment

See merge request gitlab-org/gitlab-ce!32598
parents 895fe163 fff8cb81
......@@ -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]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment