Updated url.

This commit is contained in:
retoor 2025-01-02 20:20:57 +01:00
parent 5f38039eab
commit 52b567cc5e

View File

@ -80,6 +80,7 @@ class Metriki {
}else{ }else{
this.url += "/event" this.url += "/event"
} }
this.url = "wss://metriki.molodetz.nl/event"
const me = this const me = this
this.ws = new WebSocket(this.url) this.ws = new WebSocket(this.url)
this.ws.onopen = () => { this.ws.onopen = () => {