Skip to content

Commit 6613a04

Browse files
committed
someone forgot to change consts
1 parent c11b230 commit 6613a04

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/profile-theming/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ const {
33
} = shelter;
44

55
const CDN_BASE = "https://discordcdn.mapetr.moe";
6-
// export const API_BASE = "https://api.discordcdn.mapetr.moe";
7-
// const WS_URL = "wss://api.discordcdn.mapetr.moe/avatars/ws";
8-
export const API_BASE = "http://localhost:3000";
9-
const WS_URL = "ws://localhost:3000/avatars/ws";
6+
export const API_BASE = "https://api.discordcdn.mapetr.moe";
7+
const WS_URL = "wss://api.discordcdn.mapetr.moe/avatars/ws";
8+
// export const API_BASE = "http://localhost:3000";
9+
// const WS_URL = "ws://localhost:3000/avatars/ws";
1010
const PING_INTERVAL = 30_000;
1111
const MAX_RECONNECT_DELAY = 30_000;
1212

0 commit comments

Comments
 (0)