From e4398deb2bc475bf8ecd1153881f9fc844bd3fef Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Fri, 10 Dec 2021 13:04:13 -0800 Subject: [PATCH] Typo connectivity_check_url -> connectivity_checks_url --- config/prod.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.exs b/config/prod.exs index 95f56bacd..0e994badd 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -29,4 +29,4 @@ config :fz_http, FzHttpWeb.Endpoint, config :logger, level: :info config :fz_http, - connectivity_check_url: "https://ping.firez.one/" + connectivity_checks_url: "https://ping.firez.one/"