Skip to content

Commit

Permalink
Merge pull request #15 from RocketChat/update-url
Browse files Browse the repository at this point in the history
fix: Changed URL to the Rocket.Chat server
  • Loading branch information
inf3cti0n95 authored Feb 12, 2019
2 parents 61e1458 + 6ff95f9 commit 28e155b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/configStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" } }));
Expand Down

0 comments on commit 28e155b

Please sign in to comment.