Skip to content

Commit

Permalink
feat: use non https debug host
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jan 10, 2025
1 parent fb00346 commit 61d3ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/debug_proxy.html
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 61d3ed4

Please sign in to comment.