Adjusted WS url

This commit is contained in:
bskjon 2025-02-23 04:24:15 +01:00
parent e380f12cd2
commit bf6f0faf4c

View File

@ -13,7 +13,7 @@ const root = ReactDOM.createRoot(
const protocol = window.location.protocol; const protocol = window.location.protocol;
const host = window.location.host; const host = window.location.host;
const wsUrl = `${protocol}://${host}/ws`; const wsUrl = `${protocol}//${host}/ws`;
root.render( root.render(
<React.StrictMode> <React.StrictMode>
<Provider store={store}> <Provider store={store}>