1 parent c11b230 commit 6613a04Copy full SHA for 6613a04
1 file changed
plugins/profile-theming/index.ts
@@ -3,10 +3,10 @@ const {
3
} = shelter;
4
5
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";
+export const API_BASE = "https://api.discordcdn.mapetr.moe";
+const WS_URL = "wss://api.discordcdn.mapetr.moe/avatars/ws";
+// export const API_BASE = "http://localhost:3000";
+// const WS_URL = "ws://localhost:3000/avatars/ws";
10
const PING_INTERVAL = 30_000;
11
const MAX_RECONNECT_DELAY = 30_000;
12
0 commit comments