Merge branch 'master' of https://github.com/TicketsBot/GoPanel
This commit is contained in:
commit
6b9d68c51c
@ -115,8 +115,8 @@
|
||||
container.scrollTop = container.scrollHeight;
|
||||
|
||||
async function startWebsocket(ticketId) {
|
||||
//const ws = new WebSocket("wss://panel.ticketsbot.net/webchat");
|
||||
const ws = new WebSocket("ws://localhost:3000/webchat");
|
||||
const ws = new WebSocket("wss://panel.ticketsbot.net/webchat");
|
||||
//const ws = new WebSocket("ws://localhost:3000/webchat");
|
||||
|
||||
ws.onopen = () => {
|
||||
ws.send(JSON.stringify({
|
||||
|
Loading…
x
Reference in New Issue
Block a user