Route prefix

This commit is contained in:
2022-07-13 10:27:06 +02:00
parent be51bba14d
commit 7691085e8f
8 changed files with 43 additions and 43 deletions

View File

@ -88,7 +88,7 @@
onMount(() => {
proportionalGrid();
const ws = new WebSocket('ws://__SERVER__/statusdashboard/socket');
const ws = new WebSocket('ws://__SERVER__/status/dashboard/socket');
ws.onmessage = async evt => {
const data = JSON.parse(evt.data || '""');