summary refs log tree commit diff
path: root/bundle
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-09 14:46:59 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-09 14:46:59 +0200
commit6b44a7ada1f3fabcfbf89ae51a8e852c77f3f210 (patch)
treefd8073013bf7a4f47c0c191ec8538b99d64a7117 /bundle
parentMerge branch 'master' of http://github.com/fosscord/fosscord-server (diff)
downloadserver-6b44a7ada1f3fabcfbf89ae51a8e852c77f3f210.tar.xz
:art: cdn now also works without setting a public endpoint
Diffstat (limited to 'bundle')
-rw-r--r--bundle/src/Server.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/bundle/src/Server.ts b/bundle/src/Server.ts
index 662b9008..5dda2d02 100644
--- a/bundle/src/Server.ts
+++ b/bundle/src/Server.ts
@@ -30,9 +30,6 @@ async function main() {
 		cdn: {
 			endpointClient: "${location.host}",
 			endpointPrivate: `http://localhost:${port}`,
-			...(!Config.get().cdn.endpointPublic && {
-				endpointPublic: `http://localhost:${port}`,
-			}),
 		},
 		gateway: {
 			endpointClient: