6 lines
75 B
JavaScript
Raw Normal View History

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