chore: update repository URL in configuration files to new endpoint

This commit is contained in:
retoor 2025-01-02 19:20:57 +00:00
parent c8f54b7705
commit 58452da1d7

View File

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