From bf6f0faf4ca0f8f379c5c421caf432ca6ee30fd9 Mon Sep 17 00:00:00 2001 From: bskjon Date: Sun, 23 Feb 2025 04:24:15 +0100 Subject: [PATCH] Adjusted WS url --- apps/ui/web/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ui/web/src/index.tsx b/apps/ui/web/src/index.tsx index 99dfc942..1a45a0e8 100644 --- a/apps/ui/web/src/index.tsx +++ b/apps/ui/web/src/index.tsx @@ -13,7 +13,7 @@ const root = ReactDOM.createRoot( const protocol = window.location.protocol; const host = window.location.host; -const wsUrl = `${protocol}://${host}/ws`; +const wsUrl = `${protocol}//${host}/ws`; root.render(