added authcrawler

This commit is contained in:
snoop 2017-08-30 19:54:10 +09:00
parent 9319ddfa8e
commit 5220b23eb3

View File

@ -48,6 +48,8 @@ import NotificationReadAllUnconfirmedReducer from '@overflow/notification/redux/
import NotificationReadAllReducer from '@overflow/notification/redux/reducer/read_all'; import NotificationReadAllReducer from '@overflow/notification/redux/reducer/read_all';
import NotificationReadCountReducer from '@overflow/notification/redux/reducer/read_unconfirmed_count'; 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'; import AsyncRequest from '@overflow/app/redux/saga/AsyncRequest';
// Container Configuration // Container Configuration
@ -118,6 +120,7 @@ const reduxConfig: ReduxConfig = {
NotificationReadAllUnconfirmedReducer, NotificationReadAllUnconfirmedReducer,
NotificationReadAllReducer, NotificationReadAllReducer,
NotificationReadCountReducer, NotificationReadCountReducer,
AuthCrawlerRegistReducer,
], ],
sagaWatchers: [ sagaWatchers: [
AsyncRequest, AsyncRequest,