From: Dessalines Date: Mon, 29 Jun 2020 20:55:14 +0000 (-0400) Subject: Changing front end hot reload testing to 8536 X-Git-Url: http://these/git/?a=commitdiff_plain;h=15af11da98389a7112cea5fd42c7e1e1a0907d82;p=lemmy.git Changing front end hot reload testing to 8536 --- diff --git a/ui/src/env.ts b/ui/src/env.ts index a57b9349..5003986b 100644 --- a/ui/src/env.ts +++ b/ui/src/env.ts @@ -1,6 +1,6 @@ const host = `${window.location.hostname}`; const port = `${ - window.location.port == '4444' ? '8540' : window.location.port + window.location.port == '4444' ? '8536' : window.location.port }`; const endpoint = `${host}:${port}`;