We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cb4e2 commit f397e90Copy full SHA for f397e90
reducers/index.js
@@ -1,10 +1,3 @@
1
-// https://github.com/svrcekmichal/redux-axios-middleware
2
-// Every action which have payload.request defined will be handled by middleware. There are two possible type definitions.
3
-
4
-// use action.type with string name
5
-// action with type will be dispatched on start, and then followed by type suffixed with underscore and
6
-// success suffix on success, or error suffix on error
7
-// defaults: success suffix = "_SUCCESS" error suffix = "_FAIL"
8
export const GET_TOKEN = 'GET_TOKEN';
9
export const GET_TOKEN_SUCCESS = 'GET_TOKEN_SUCCESS';
10
export const GET_TOKEN_FAIL = 'GET_TOKEN_FAIL';
0 commit comments