update ws url
This commit is contained in:
parent
21e1a854ac
commit
dc7828106a
@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
{{#premium}}
|
{{#premium}}
|
||||||
<script>
|
<script>
|
||||||
ws = new WebSocket("ws://localhost:3001/webchat");
|
ws = new WebSocket("wss://panel.ticketsbot.net/webchat");
|
||||||
|
|
||||||
ws.onopen = (evt) => {
|
ws.onopen = (evt) => {
|
||||||
ws.send(JSON.stringify({
|
ws.send(JSON.stringify({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user