remove ip constraint on ping
This commit is contained in:
parent
797b8afba0
commit
102fb6629e
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ Rails.application.routes.draw do
|
|||
# Monitoring
|
||||
#
|
||||
|
||||
get "/ping" => "ping#index", :constraints => { :ip => /127.0.0.1/ }
|
||||
get "/ping" => "ping#index"
|
||||
|
||||
#
|
||||
# Authentication
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue