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