diff --git a/src/store/configStore.js b/src/store/configStore.js index 71b7dd8..fb30d36 100644 --- a/src/store/configStore.js +++ b/src/store/configStore.js @@ -7,7 +7,7 @@ import epics from "./epics/combinedEpics"; import reducers from "./reducers/combinedReducers"; -const URL = "wss://demo.rocket.chat/websocket"; +const URL = "wss://open.rocket.chat/websocket"; let realtimeAPI = new RealTimeAPI(URL); realtimeAPI.onError(err => store.dispatch({ type: "ADD_ERROR", payload: { reason: "Error" } }));