mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 00:06:55 +02:00
Fix issue processwire/processwire-issues#1083
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user