From 23d81eef6908be4de3ee1ce14fd4a1f814ece7d6 Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Mon, 27 Nov 2023 17:21:26 +0100 Subject: [PATCH] skylight: ignore PingController#index --- config/skylight.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/skylight.yml b/config/skylight.yml index 4937b14ca..6f4ba75e6 100644 --- a/config/skylight.yml +++ b/config/skylight.yml @@ -1,3 +1,5 @@ --- # The authentication token for the application. authentication: <%= ENV['SKYLIGHT_AUTHENTICATION_KEY'] || '' %> +ignored_endpoints: + - PingController#index