Address of websocket server has been changed.
This commit is contained in:
parent
8c73c1360f
commit
2c0d212a41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user