diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c4ef52 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# drawshare diff --git a/drawshare/templates/drawshare/room.html b/drawshare/templates/drawshare/room.html index 0753945..a12cdbe 100644 --- a/drawshare/templates/drawshare/room.html +++ b/drawshare/templates/drawshare/room.html @@ -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;