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;