Fixed client server address

This commit is contained in:
gltron
2020-03-26 15:19:52 +01:00
parent a0b28ac1b8
commit c7466e6e51

View File

@@ -1,4 +1,4 @@
const conn = new WebSocket('wss://localhost:8080')
const conn = new WebSocket('wss://gltronic.ovh/lilstreamy/')
conn.onopen = function () {
console.log('Connected to the signaling server')