Skip to content

Commit

Permalink
use correct check site config URL
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Mar 28, 2024
1 parent 1c60c64 commit 5fdfb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php/Settings/General.php
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ static function ( $site_key ) use ( $ajax_site_key ) {
$curl = curl_init();

curl_setopt_array($curl, array(
CURLOPT_URL => 'https://api.prosopo.io/siteverify',
CURLOPT_URL => 'https://api.prosopo.io/checksiteconfig',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
Expand Down

0 comments on commit 5fdfb41

Please sign in to comment.