Remove proxy on BL MapData
This commit is contained in:
parent
387edeb2c2
commit
f7de7425f9
@ -11,9 +11,7 @@ const WebsiteTypes = {
|
||||
PlayerData:
|
||||
process.env.NEXT_PUBLIC_HTTP_PROXY +
|
||||
"/https://api.beatleader.xyz/player/%s",
|
||||
MapData:
|
||||
process.env.NEXT_PUBLIC_HTTP_PROXY +
|
||||
"/https://api.beatleader.xyz/map/hash/%h",
|
||||
MapData: "https://api.beatleader.xyz/map/hash/%h",
|
||||
},
|
||||
async getMapStarCount(mapHash, mapDiff, characteristic) {
|
||||
const data = await fetch(
|
||||
|
Reference in New Issue
Block a user