6 lines
101 B
JavaScript
Raw Normal View History

2019-04-05 16:11:09 +02:00
'use strict';
module.exports = async ctx => {
// return ctx.notFound('My custom message 404');
};