mirror of
https://github.com/neogeek23/drawshare.git
synced 2026-02-04 11:08:21 +00:00
forgot I changed wss to ws for local work, changing back to wss
This commit is contained in:
parent
d8118c4942
commit
c1862de1de
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
let roomName = {{ room_name_json }};
|
let roomName = {{ room_name_json }};
|
||||||
let drawSocket = new WebSocket(
|
let drawSocket = new WebSocket(
|
||||||
'ws://' + window.location.host +
|
'wss://' + window.location.host +
|
||||||
'/wss/drawshare/' + roomName + '/');
|
'/wss/drawshare/' + roomName + '/');
|
||||||
let x1;
|
let x1;
|
||||||
let y1;
|
let y1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user