diff --git a/src/components/panel/BuyANumber.tsx b/src/components/panel/BuyANumber.tsx index 145478e..b668281 100644 --- a/src/components/panel/BuyANumber.tsx +++ b/src/components/panel/BuyANumber.tsx @@ -64,7 +64,7 @@ export function BuyANumber() { // Using a CORS proxy const corsProxy = "https://cors-anywhere.herokuapp.com/"; - const apiUrl = `https://api.sms-activate.ae/stubs/handler_api.php?api_key=3e70A03f3dA6bfb2b32b2cc09Adb6841&action=getNumber&service=${selectedService}&operator=any&country=${selectedCountry}&maxPrice=0.2250`; + const apiUrl = `https://api.sms-activate.ae/stubs/handler_api.php?api_key=eA103094961490b3350620b1bdd57244&action=getNumber&service=${selectedService}&operator=any&country=${selectedCountry}&maxPrice=0.2250`; // console.log(apiUrl); await fetch(corsProxy + apiUrl, requestOptions) diff --git a/src/components/panel/PhoneNumberList.tsx b/src/components/panel/PhoneNumberList.tsx index 25172d4..ab4d1a0 100644 --- a/src/components/panel/PhoneNumberList.tsx +++ b/src/components/panel/PhoneNumberList.tsx @@ -46,7 +46,7 @@ export function PhoneNumberList() { }; const corsProxy = "https://cors-anywhere.herokuapp.com/"; - const apiUrl = "https://api.sms-activate.ae/stubs/handler_api.php?api_key=3e70A03f3dA6bfb2b32b2cc09Adb6841&action=getActiveActivations"; + const apiUrl = "https://api.sms-activate.ae/stubs/handler_api.php?api_key=eA103094961490b3350620b1bdd57244&action=getActiveActivations"; const response = await fetch(corsProxy + apiUrl, requestOptions) const data = await response.json() console.log(data)