From df33867a44a273d44c9f30c7d2e5f9daea7656dd Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 7 Feb 2020 13:12:38 -0500 Subject: [PATCH] Fix issue processwire/processwire-issues#1083 --- wire/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/config.php b/wire/config.php index b08b94f4..6f9b6741 100644 --- a/wire/config.php +++ b/wire/config.php @@ -1110,7 +1110,7 @@ $config->moduleCompile = true; * @var string * */ -$config->moduleServiceURL = 'http://modules.processwire.com/export-json/'; +$config->moduleServiceURL = 'https://modules.processwire.com/export-json/'; /** * Modules service API key