Bug Fix:Count the Health Checks Controller as Public (#10435)
This commit is contained in:
parent
635e9e7365
commit
3303186125
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ class ApplicationController < ActionController::Base
|
|||
omniauth_callbacks
|
||||
registrations
|
||||
confirmations
|
||||
passwords].freeze
|
||||
passwords
|
||||
health_checks].freeze
|
||||
private_constant :PUBLIC_CONTROLLERS
|
||||
|
||||
def verify_private_forem
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue