We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb773f commit 205ccf0Copy full SHA for 205ccf0
src-react/actions/version.js
@@ -2,13 +2,6 @@ import * as types from 'constants/action-types';
2
import { CALL_API } from 'redux-api-middleware';
3
4
export function fetchLatestVersion() {
5
- // return {
6
- // type: types.FETCH_LATEST_VERSION,
7
- // meta: {},
8
- // $payload: {
9
- // url: 'http://localhost:8448/api/latestversion'
10
- // }
11
- // };
12
return {
13
[CALL_API]: {
14
endpoint: 'http://localhost:8448/api/latestversion',
0 commit comments