...
|
...
|
@@ -35,7 +35,7 @@ export function getFastExpressInfo() { |
|
|
return (dispatch, getState) => {
|
|
|
let {app, fastExpress} = getState();
|
|
|
|
|
|
return new FastExpressService(app.serviceHost).getFastExpressInfo()
|
|
|
return new FastExpressService(app.host).getFastExpressInfo()
|
|
|
.then(json => {
|
|
|
dispatch(getFastExpressInfoSuccess(json));
|
|
|
})
|
...
|
...
|
|