Skip to content

Commit

Permalink
pageviews/api: fix URL to XTools
Browse files Browse the repository at this point in the history
  • Loading branch information
MusikAnimal committed May 17, 2023
1 parent 966e8e2 commit 453a92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/pageviews/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
// Fetch from XTools.
$ch = curl_init();
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
curl_setopt( $ch, CURLOPT_URL, 'https://xtools.wmflabs.org/api/project/assessments' );
curl_setopt( $ch, CURLOPT_URL, 'https://xtools.wmcloud.org/api/project/assessments' );
$assessmentsConfig =json_decode( curl_exec( $ch ), true )['config'];
curl_close( $ch );

Expand Down

0 comments on commit 453a92a

Please sign in to comment.