Add files via upload

This commit is contained in:
Yury
2026-03-14 15:19:41 +05:00
committed by GitHub
parent 8f4a1e2436
commit 4dc24c4353
+1 -1
View File
@@ -619,7 +619,7 @@
originalUrl = `https://api.beatleader.xyz/players?search=${encodeURIComponent(config.blId)}`; originalUrl = `https://api.beatleader.xyz/players?search=${encodeURIComponent(config.blId)}`;
} }
const proxiedUrl = `https://api.allorigins.win/raw?url=${encodeURIComponent(originalUrl)}`; const proxiedUrl = `https://api.codetabs.com/v1/proxy?quest=${encodeURIComponent(originalUrl)}`;
const res = await fetch(proxiedUrl, { headers: { 'Accept': 'application/json' } }); const res = await fetch(proxiedUrl, { headers: { 'Accept': 'application/json' } });
if (!res.ok) throw new Error(`Network error: ${res.status}`); if (!res.ok) throw new Error(`Network error: ${res.status}`);