remove ip constraint on ping

This commit is contained in:
simon lehericey 2020-06-22 15:28:36 +02:00
parent 797b8afba0
commit 102fb6629e

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