Point to the new URL

/auth/ to /id/
This commit is contained in:
2025-05-16 16:02:43 -04:00
parent be843e7074
commit 1cbba6cdc9

2
cb.php
View File

@ -12,7 +12,7 @@ $token = null;
$user = null;
// Exchange code for token
$ch = curl_init('https://surillya.com/auth/token.php');
$ch = curl_init('https://surillya.com/id/token.php');
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query([
'client_id' => $client_id,