Change endpoint
This commit is contained in:
parent
b086f72317
commit
c0cac09a4d
@ -13,7 +13,7 @@ const WebsiteTypes = {
|
|||||||
"/https://api.beatleader.xyz/player/%s",
|
"/https://api.beatleader.xyz/player/%s",
|
||||||
MapData:
|
MapData:
|
||||||
process.env.NEXT_PUBLIC_HTTP_PROXY +
|
process.env.NEXT_PUBLIC_HTTP_PROXY +
|
||||||
"/https://api.beatleader.xyz/leaderboard/hash/%h/%d/%m",
|
"/https://api.beatleader.xyz/map/hash/%h",
|
||||||
},
|
},
|
||||||
async getMapStarCount(mapHash, mapDiff, characteristic) {
|
async getMapStarCount(mapHash, mapDiff, characteristic) {
|
||||||
const data = await fetch(
|
const data = await fetch(
|
||||||
|
Reference in New Issue
Block a user