Skip to content

Commit 1e6ea10

Browse files
committed
fix: change api base
1 parent 445d9a8 commit 1e6ea10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Features/AutoSubmit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ json11::Json::object AutoSubmit::GetTopScores(std::string &map_id) {
355355
json11::Json::array AutoSubmit::GetLeastPortals(std::string &map_id) {
356356
if (!ensureCurlReady(&g_curl_search)) return {};
357357

358-
auto response = request(g_curl_search, "lp.pektezol.dev/api/v1/maps/" + map_id + "/leaderboards?page=1&pageSize=40");
358+
auto response = request(g_curl_search, "https://lp.portal2.sr/api/v1/maps/" + map_id + "/leaderboards?page=1&pageSize=40");
359359

360360
if (!response) return {};
361361

0 commit comments

Comments
 (0)