Skip to content

Commit 3fd5b82

Browse files
committed
http
1 parent cc65f68 commit 3fd5b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/conn.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let configuration = {'iceServers': [{'urls': 'stun:stun.l.google.com:19302'}]}
99
let rtc=new RTCPeerConnection(configuration)
1010
console.log(rtc,RTCPeerConnectionIceEvent)
1111

12-
let socket = io('https://discord.berrytern.com.br:3001',{query:{token:user.token}})
12+
let socket = io('http://discord.berrytern.com.br:3001',{query:{token:user.token}})
1313

1414
socket.emit('startshare')
1515
window.addEventListener('beforeunload',()=>{socket.emit('loggout')},false)

0 commit comments

Comments
 (0)