diff --git a/profile.php b/profile.php index b23371b..23ba133 100644 --- a/profile.php +++ b/profile.php @@ -9,7 +9,7 @@ if (!$token) { } // 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, [ "Authorization: Bearer $token" ]);