Adjusted WS url
This commit is contained in:
parent
e380f12cd2
commit
bf6f0faf4c
@ -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(
|
||||
<React.StrictMode>
|
||||
<Provider store={store}>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user