Luigi commited on
Commit
09eda27
·
1 Parent(s): 6296708

enable https

Browse files
Files changed (1) hide show
  1. app/static/index.html +1 -1
app/static/index.html CHANGED
@@ -145,7 +145,7 @@
145
  };
146
 
147
  let orig_sample_rate;
148
- const ws = new WebSocket("ws://" + location.host + "/ws");
149
 
150
  const vol = document.getElementById("vol");
151
  const partial = document.getElementById("partial");
 
145
  };
146
 
147
  let orig_sample_rate;
148
+ const ws = new WebSocket("wss://" + location.host + "/ws");
149
 
150
  const vol = document.getElementById("vol");
151
  const partial = document.getElementById("partial");