🎨 Update connection url

This commit is contained in:
Rune Harlyk
2025-12-25 14:02:21 +01:00
parent a67d4643b0
commit bc27e5000a
+1 -1
View File
@@ -5,7 +5,7 @@
const update = () => {
const ws = $apiLocation ? $apiLocation : window.location.host
socket.init(`ws://${ws}/api/ws/events`)
socket.init(`ws://${ws}/api/ws`)
}
</script>