forgot I changed wss to ws for local work, changing back to wss

This commit is contained in:
brad stein 2018-10-24 00:38:44 -05:00
parent d8118c4942
commit c1862de1de

View File

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