aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js
index a3b342f..787b0c1 100644
--- a/src/index.js
+++ b/src/index.js
@@ -11,6 +11,7 @@ import {
Route
} from "react-router-dom";
import Routes from './core/routes';
+import HttpService from './services/http.service';
require("es6-promise").polyfill();
@@ -18,6 +19,9 @@ require("es6-promise").polyfill();
const store = configureStore();
store.runSaga(rootMiddleware);
+HttpService.reduxStore = store;
+HttpService.httpInterceptor();
+// console.log(HttpService.httpInterceptor)
const XRouter = () => {
return (