| changeset 56 | 96543c395baa |
| parent 55 | a2761c5be551 |
| child 58 | f16a080e0bc4 |
--- a/client/src/store/configureStore.js Mon Jun 19 17:56:43 2017 +0200 +++ b/client/src/store/configureStore.js Mon Jun 19 18:23:26 2017 +0200 @@ -40,7 +40,7 @@ )); const context = { - client: new APIClient(config.apiRootUrl) + client: new APIClient(config.apiRootUrl, store) } saga.run(rootSaga, context);