From f335c78710ffa8c2be2ac3ddfe9ed9bf1a54b14c Mon Sep 17 00:00:00 2001 From: RobinRMC Date: Thu, 1 May 2025 10:50:31 +0200 Subject: [PATCH] Update API URL --- src/plusplugins/globalBadges/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plusplugins/globalBadges/index.tsx b/src/plusplugins/globalBadges/index.tsx index 10f37e3d..f60fc677 100644 --- a/src/plusplugins/globalBadges/index.tsx +++ b/src/plusplugins/globalBadges/index.tsx @@ -26,8 +26,7 @@ interface BadgeCache { let badgeImages; -// const API_URL = "https://clientmodbadges-api.herokuapp.com/"; -const API_URL = "https://globalbadges.suncord.rest/"; +const API_URL = "https://globalbadges.equicord.org/"; const cache = new Map(); const EXPIRES = 1000 * 60 * 15;