first github commit

This commit is contained in:
brad stein 2018-10-24 14:12:20 -05:00
parent 34919c12e3
commit 1b00b6827d
2 changed files with 2 additions and 1 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
# drawshare

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;