trying https again

This commit is contained in:
brad stein 2018-10-23 21:02:56 -05:00
parent e53b15a983
commit 5a4b030ed6

View File

@ -37,7 +37,7 @@
let roomName = {{ room_name_json }};
let drawSocket = new WebSocket(
'ws://' + window.location.host +
'wss://' + window.location.host +
'/ws/drawshare/' + roomName + '/');
drawSocket.onmessage = function(e) {