Changing front end hot reload testing to 8536

This commit is contained in:
Dessalines 2020-06-29 16:55:14 -04:00
parent be6e95e564
commit 15af11da98

2
ui/src/env.ts vendored
View file

@ -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}`;