diff --git a/src/main/pluto.ts b/src/main/pluto.ts index d61fe9a..03288ab 100644 --- a/src/main/pluto.ts +++ b/src/main/pluto.ts @@ -463,7 +463,7 @@ class Pluto { return `file:///${plutoLocation}/frontend/${htmlFileName}?secret=${ Globals.PLUTO_SECRET }&pluto_server_url=${encodeURIComponent( - `ws://localhost:7122?secret=${Globals.PLUTO_SECRET}` + `http://localhost:7122?secret=${Globals.PLUTO_SECRET}` )}`; };