Skip to content

Commit

Permalink
Change server URL to http protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrekker committed Feb 26, 2024
1 parent e2c968d commit ed1f910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/pluto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
)}`;
};

Expand Down

0 comments on commit ed1f910

Please sign in to comment.