From 5220b23eb30e860cd11866c6c2e28ae6d6be81a0 Mon Sep 17 00:00:00 2001 From: snoop Date: Wed, 30 Aug 2017 19:54:10 +0900 Subject: [PATCH] added authcrawler --- src/ts/@overflow/app/config/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ts/@overflow/app/config/index.ts b/src/ts/@overflow/app/config/index.ts index 28f99b0..45fd064 100644 --- a/src/ts/@overflow/app/config/index.ts +++ b/src/ts/@overflow/app/config/index.ts @@ -48,6 +48,8 @@ import NotificationReadAllUnconfirmedReducer from '@overflow/notification/redux/ import NotificationReadAllReducer from '@overflow/notification/redux/reducer/read_all'; import NotificationReadCountReducer from '@overflow/notification/redux/reducer/read_unconfirmed_count'; +import AuthCrawlerRegistReducer from '@overflow/auth/redux/reducer/regist'; + import AsyncRequest from '@overflow/app/redux/saga/AsyncRequest'; // Container Configuration @@ -118,6 +120,7 @@ const reduxConfig: ReduxConfig = { NotificationReadAllUnconfirmedReducer, NotificationReadAllReducer, NotificationReadCountReducer, + AuthCrawlerRegistReducer, ], sagaWatchers: [ AsyncRequest,