rest call
This commit is contained in:
parent
b6dac7d896
commit
fb97cd2c9e
|
@ -70,7 +70,7 @@ export interface RPCConfig {
|
||||||
url: string;
|
url: string;
|
||||||
}
|
}
|
||||||
const rpcConfig: RPCConfig = {
|
const rpcConfig: RPCConfig = {
|
||||||
url: 'ws://192.168.1.50:19090/web',
|
url: 'ws://192.168.1.103:19090/web',
|
||||||
};
|
};
|
||||||
|
|
||||||
// REST Server Configuration
|
// REST Server Configuration
|
||||||
|
|
|
@ -13,7 +13,7 @@ export interface StateProps {
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DispatchProps {
|
export interface DispatchProps {
|
||||||
onResetPassword?(pw:string, key:string);
|
onResetPassword ?(pw:string, key:string):void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type Props = StateProps & DispatchProps;
|
export type Props = StateProps & DispatchProps;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user