2021-08-13 15:35:19 +02:00

6 lines
75 B
JavaScript

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