From 633764b6a50d6610a03076f027b9d8482e126a50 Mon Sep 17 00:00:00 2001 From: Regis Freyd Date: Mon, 24 Jul 2017 23:46:30 -0400 Subject: [PATCH] Fix URL of the version server --- config/monica.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/monica.php b/config/monica.php index d6ffa1a8532..8337262c93e 100644 --- a/config/monica.php +++ b/config/monica.php @@ -100,7 +100,7 @@ | Do not change this manually. | */ - 'weekly_ping_server_url' => 'https://version.monicahq.com.com/ping', + 'weekly_ping_server_url' => 'https://version.monicahq.com/ping', /* |--------------------------------------------------------------------------