forked from HoloTech/twitch-subathon-timer
Update websocket URL
This commit is contained in:
2
timer.js
2
timer.js
@@ -1,5 +1,5 @@
|
||||
window.addEventListener("DOMContentLoaded", () => {
|
||||
const websocket = new WebSocket("wss://izashi.thewisewolf.dev/tracker/timer/ws");
|
||||
const websocket = new WebSocket("wss://lilac.thewisewolf.dev/tracker/timer/ws");
|
||||
|
||||
websocket.addEventListener("open", () => {
|
||||
communicate(websocket);
|
||||
|
||||
Reference in New Issue
Block a user