websocket test

This commit is contained in:
Ben Arc 2021-04-14 09:34:14 +01:00
parent 4682fd678c
commit 2a3e1c7f8a

View File

@ -62,11 +62,7 @@
console.log('Starting connection to WebSocket Server')
this.connection = new WebSocket(
'wss://' +
document.domain +
':' +
location.port +
'/ws/{{ copilot.id }}'
'wss://' + document.domain + ':' + location.port + '/ws'
)
this.connection.onmessage = function (event) {