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