module.exports = { routes: [ { method: 'GET', path: '/stats', handler: 'stats.count', config: { auth: false, } } ] }