Changed to the basic SS endpoint

This commit is contained in:
Liam 2022-10-19 17:15:45 +01:00
parent f175fd8c98
commit 722c4ddec7

@ -2,7 +2,7 @@ import Config from "../../config.json";
const WebsiteTypes = { const WebsiteTypes = {
ScoreSaber: { ScoreSaber: {
ApiUrl: Config.proxy_url + "/https://scoresaber.com/api/player/%s/full", ApiUrl: Config.proxy_url + "/https://scoresaber.com/api/player/%s/basic",
}, },
BeatLeader: { BeatLeader: {
ApiUrl: Config.proxy_url + "/https://api.beatleader.xyz/player/%s", ApiUrl: Config.proxy_url + "/https://api.beatleader.xyz/player/%s",