Merge pull request #5284 from betagouv/remove_ping_constraints
Suppression de la restriction par IP pour voir le ping
This commit is contained in:
commit
0c2b5a6a91
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…
Reference in a new issue