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(