From 2c0d212a4183f80f3f179604775dff654dd879e7 Mon Sep 17 00:00:00 2001 From: crusader Date: Fri, 1 Sep 2017 16:01:59 +0900 Subject: [PATCH] Address of websocket server has been changed. --- src/ts/@overflow/app/config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/@overflow/app/config/index.ts b/src/ts/@overflow/app/config/index.ts index 45fd064..0aa617a 100644 --- a/src/ts/@overflow/app/config/index.ts +++ b/src/ts/@overflow/app/config/index.ts @@ -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