From 62972747866740dae84fc7b519fcedd731572329 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Tue, 27 Nov 2018 18:06:14 +0100 Subject: feat(App): Add proxy support for services --- src/stores/FeaturesStore.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stores/FeaturesStore.js') diff --git a/src/stores/FeaturesStore.js b/src/stores/FeaturesStore.js index dd4827221..59abeb218 100644 --- a/src/stores/FeaturesStore.js +++ b/src/stores/FeaturesStore.js @@ -5,6 +5,7 @@ import CachedRequest from './lib/CachedRequest'; import delayApp from '../features/delayApp'; import spellchecker from '../features/spellchecker'; +import serviceProxy from '../features/serviceProxy'; export default class FeaturesStore extends Store { @observable defaultFeaturesRequest = new CachedRequest(this.api.features, 'default'); @@ -38,5 +39,6 @@ export default class FeaturesStore extends Store { _enableFeatures() { delayApp(this.stores, this.actions); spellchecker(this.stores, this.actions); + serviceProxy(this.stores, this.actions); } } -- cgit v1.2.3-70-g09d2