From 722c4ddec780e7d625f316cc416122537f3e7be4 Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Wed, 19 Oct 2022 17:15:45 +0100 Subject: [PATCH] Changed to the basic SS endpoint --- src/consts/WebsiteType.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts/WebsiteType.js b/src/consts/WebsiteType.js index b10b588..23b9c2c 100644 --- a/src/consts/WebsiteType.js +++ b/src/consts/WebsiteType.js @@ -2,7 +2,7 @@ import Config from "../../config.json"; const WebsiteTypes = { ScoreSaber: { - ApiUrl: Config.proxy_url + "/https://scoresaber.com/api/player/%s/full", + ApiUrl: Config.proxy_url + "/https://scoresaber.com/api/player/%s/basic", }, BeatLeader: { ApiUrl: Config.proxy_url + "/https://api.beatleader.xyz/player/%s",