goodbye cors
All checks were successful
deploy / deploy (push) Successful in 44s

This commit is contained in:
Lee 2023-10-20 10:55:32 +01:00
parent e5b49962ab
commit d3d076654e

@ -7,7 +7,7 @@ import { formatString } from "../string";
const fetchQueue = new FetchQueue();
// Api endpoints
const API_URL = "https://scoresaber.com/api";
const API_URL = "https://proxy.fascinated.cc/https://scoresaber.com/api";
const SEARCH_PLAYER_URL =
API_URL + "/players?search={}&page=1&withMetadata=false";
const PLAYER_SCORES =