Skip to content

Commit

Permalink
Merge pull request #248 from Jako/patch-3
Browse files Browse the repository at this point in the history
Change the stopforumspam api url
  • Loading branch information
ilyautkin authored Nov 30, 2021
2 parents 1de5e6a + a550757 commit 985787a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function __construct($modx, $config = [])
{
$this->modx = $modx;
$this->config = array_merge([
'host' => 'http://api.stopforumspam.org/',
'host' => 'https://api.stopforumspam.com/',
'path' => 'api',
'method' => 'GET',
], $config);
Expand Down

0 comments on commit 985787a

Please sign in to comment.