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