mirror of
https://github.com/RobinRMC/VencordPlus.git
synced 2025-05-10 17:35:39 +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;
|
||||
|
||||
// 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue