2019-04-16 08:50:47 +02:00

6 lines
66 B
JavaScript

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