'use strict' module.exports = { '/notifications': (store, params, cb) => { cb(store.getState().notifications.notifications.notifications) } }