Skip to content
Snippets Groups Projects
Commit 13fba3c1 authored by Stefan Kraus's avatar Stefan Kraus
Browse files

Add groups to frontend again

parent cd4d9da3
No related branches found
No related tags found
1 merge request!7Add groups to frontend again
...@@ -57,7 +57,8 @@ export const store = configureStore({ ...@@ -57,7 +57,8 @@ export const store = configureStore({
], ],
}); });
store.dispatch(connect("wss://mpvsync.de:8432/")); const path = window.location.pathname
sagaMiddleware.run(rootSaga); store.dispatch(connect("wss://mpvsync.de:8432/" + path));
sagaMiddleware.run(mySaga);
export type RootState = ReturnType<typeof store.getState>; export type RootState = ReturnType<typeof store.getState>;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment