From f7de7425f91a85914b988399ef6868127b91c5e3 Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Fri, 21 Oct 2022 15:08:03 +0100 Subject: [PATCH] Remove proxy on BL MapData --- src/consts/LeaderboardType.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/consts/LeaderboardType.js b/src/consts/LeaderboardType.js index b50c1d5..d852248 100644 --- a/src/consts/LeaderboardType.js +++ b/src/consts/LeaderboardType.js @@ -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(