Update API URL

This commit is contained in:
RobinRMC 2025-05-01 10:50:31 +02:00 committed by GitHub
parent 10e902a7dc
commit f335c78710
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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<string, BadgeCache>();
const EXPIRES = 1000 * 60 * 15;