Merge pull request #5284 from betagouv/remove_ping_constraints

Suppression de la restriction par IP pour voir le ping
This commit is contained in:
Pierre de La Morinerie 2020-06-22 15:40:26 +02:00 committed by GitHub
commit 0c2b5a6a91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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