mirror of
https://github.com/neogeek23/drawshare.git
synced 2026-02-04 02:58:16 +00:00
attempting http now that redis should work
This commit is contained in:
parent
ab12e67c2c
commit
34919c12e3
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
let roomName = {{ room_name_json }};
|
let roomName = {{ room_name_json }};
|
||||||
let drawSocket = new WebSocket(
|
let drawSocket = new WebSocket(
|
||||||
'wss://' + window.location.host +
|
'ws://' + 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