From 7077340d2c179e4e5681be5530e8a7757901b0b0 Mon Sep 17 00:00:00 2001 From: geek Date: Thu, 14 Sep 2017 14:42:37 +0900 Subject: [PATCH] rest call --- 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 ab679a5..dab8d26 100644 --- a/src/ts/@overflow/app/config/index.ts +++ b/src/ts/@overflow/app/config/index.ts @@ -70,7 +70,7 @@ export interface RPCConfig { url: string; } const rpcConfig: RPCConfig = { - url: 'ws://192.168.1.103:19090/web', + url: 'ws://192.168.1.50:19090/web', }; // REST Server Configuration