feat: Logger middleware.

feat: refactoring accounts service.
This commit is contained in:
Ahmed Bouhuolia
2020-09-06 20:18:41 +02:00
parent df0cf287ff
commit df0f842681
10 changed files with 1046 additions and 711 deletions

View File

@@ -9,7 +9,6 @@ import { setGlobalErrors } from 'store/globalErrors/globalErrors.actions';
const http = axios.create();
http.interceptors.request.use((request) => {
const state = store.getState();
const { token, organization } = state.authentication;