Changed to the basic SS endpoint
This commit is contained in:
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",
|
||||||
|
Reference in New Issue
Block a user