Skip to content

Commit

Permalink
Fix small ws regression
Browse files Browse the repository at this point in the history
  • Loading branch information
dhovart committed Sep 26, 2022
1 parent d36f160 commit a8b4cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/public/js/microdraw-ws.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

let wshostname;
if(Microdraw.secure) {
wshostname = "ws://" + Microdraw.wshostname;
wshostname = "wss://" + Microdraw.wshostname;
} else {
wshostname = "ws://" + Microdraw.wshostname;
}
Expand Down

0 comments on commit a8b4cc6

Please sign in to comment.