mirror of
https://github.com/neogeek23/drawshare.git
synced 2026-02-04 11:08:21 +00:00
trying https again
This commit is contained in:
parent
e53b15a983
commit
5a4b030ed6
@ -37,7 +37,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 +
|
||||||
'/ws/drawshare/' + roomName + '/');
|
'/ws/drawshare/' + roomName + '/');
|
||||||
|
|
||||||
drawSocket.onmessage = function(e) {
|
drawSocket.onmessage = function(e) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user