feat: use non https debug host
This commit is contained in:
parent
fb00346ec8
commit
61d3ed49b8
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
const debugHostInSessionStorage = sessionStorage.getItem("debug-host")
|
||||
|
||||
const host = debugHost || debugHostInSessionStorage || "https://localhost:2233"
|
||||
const host = debugHost || debugHostInSessionStorage || "http://localhost:2233"
|
||||
if (debugHost) {
|
||||
sessionStorage.setItem("debug-host", debugHost)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue