mirror of
https://github.com/RobinRMC/VencordPlus.git
synced 2025-05-11 09:55:44 +02:00
Update API URL
This commit is contained in:
parent
10e902a7dc
commit
f335c78710
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@ interface BadgeCache {
|
||||||
|
|
||||||
let badgeImages;
|
let badgeImages;
|
||||||
|
|
||||||
// const API_URL = "https://clientmodbadges-api.herokuapp.com/";
|
const API_URL = "https://globalbadges.equicord.org/";
|
||||||
const API_URL = "https://globalbadges.suncord.rest/";
|
|
||||||
|
|
||||||
const cache = new Map<string, BadgeCache>();
|
const cache = new Map<string, BadgeCache>();
|
||||||
const EXPIRES = 1000 * 60 * 15;
|
const EXPIRES = 1000 * 60 * 15;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue