chore: replace hardcoded WebSocket URL with wss://metriki.molodetz.nl/event endpoint in Metriki class constructor
This commit is contained in:
parent
a85719a8aa
commit
d5359176f6
@ -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 = () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user