module.exports = { find(ctx) { ctx.body = 'coucou'; }, };