mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-26 10:57:31 +00:00
🐛 fix cdn endpoint
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
API_VERSION: 9,
|
||||
GATEWAY_ENDPOINT: `${location.protocol === "https:" ? "wss://" : "ws://"}${location.hostname}:3002`,
|
||||
WEBAPP_ENDPOINT: "",
|
||||
CDN_HOST: `//${location.hostname}:3002`,
|
||||
CDN_HOST: `//${location.hostname}:3003`,
|
||||
ASSET_ENDPOINT: "",
|
||||
MEDIA_PROXY_ENDPOINT: "https://media.discordapp.net",
|
||||
WIDGET_ENDPOINT: `//${location.host}/widget`,
|
||||
|
||||
Reference in New Issue
Block a user