Point to the new URL

/auth/ to /id/
This commit is contained in:
2025-05-16 16:04:02 -04:00
parent 2a7a545386
commit f2a324aff7

View File

@ -9,7 +9,7 @@ if (!$token) {
} }
// Get user info // Get user info
$ch = curl_init('https://surillya.com/auth/userinfo.php'); $ch = curl_init('https://surillya.com/id/userinfo.php');
curl_setopt($ch, CURLOPT_HTTPHEADER, [ curl_setopt($ch, CURLOPT_HTTPHEADER, [
"Authorization: Bearer $token" "Authorization: Bearer $token"
]); ]);