'use strict'; module.exports = { routes: [ { method: 'GET', path: '/paroles/export', handler: 'parole.export', config: { policies: [], middlewares: [], }, }, ], };