From 15af11da98389a7112cea5fd42c7e1e1a0907d82 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 29 Jun 2020 16:55:14 -0400 Subject: Changing front end hot reload testing to 8536 --- ui/src/env.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`; -- cgit v1.2.3