Fix outdated comment

This commit is contained in:
Michael Kozono 2019-09-03 16:15:47 +00:00
parent 4bf01ce52f
commit fff8cb8112
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]