This commit is contained in:
snoop 2017-08-10 18:40:20 +09:00
parent 567f6a570b
commit ca7f407a07

View File

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