2019-04-18 17:11:20 +02:00

6 lines
75 B
JavaScript

module.exports = {
customRoute(ctx) {
ctx.body = 'allRight';
},
};