attempting http now that redis should work

This commit is contained in:
brad stein 2018-10-24 14:00:45 -05:00
parent ab12e67c2c
commit 34919c12e3

View File

@ -39,7 +39,7 @@
let roomName = {{ room_name_json }};
let drawSocket = new WebSocket(
'wss://' + window.location.host +
'ws://' + window.location.host +
'/wss/drawshare/' + roomName + '/');
let x1;
let y1;