Skip to content
Snippets Groups Projects
Commit fff8cb81 authored by Michael Kozono's avatar Michael Kozono
Browse files

Fix outdated comment

parent 4bf01ce5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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]
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment