rest call

This commit is contained in:
geek 2017-09-14 14:42:37 +09:00
parent fb97cd2c9e
commit 7077340d2c

View File

@ -70,7 +70,7 @@ export interface RPCConfig {
url: string; url: string;
} }
const rpcConfig: RPCConfig = { const rpcConfig: RPCConfig = {
url: 'ws://192.168.1.103:19090/web', url: 'ws://192.168.1.50:19090/web',
}; };
// REST Server Configuration // REST Server Configuration