Address of websocket server has been changed.

This commit is contained in:
crusader 2017-09-01 16:01:59 +09:00
parent 8c73c1360f
commit 2c0d212a41

View File

@ -65,7 +65,7 @@ export interface RPCConfig {
url: string;
}
const rpcConfig: RPCConfig = {
url: 'ws://127.0.0.1:18081/rpc',
url: 'ws://127.0.0.1:19090/web',
};
// Redux Configuration