2021-07-08 18:15:32 +02:00

6 lines
75 B
JavaScript

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