Re-enable websockets for panel ticket list
This commit is contained in:
parent
38ff3a7da5
commit
1af9e22e9a
@ -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