Changing front end hot reload testing to 8536
This commit is contained in:
parent
be6e95e564
commit
15af11da98
1 changed files with 1 additions and 1 deletions
2
ui/src/env.ts
vendored
2
ui/src/env.ts
vendored
|
@ -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}`;
|
||||
|
||||
|
|
Loading…
Reference in a new issue