6 lines
109 B
JavaScript
Raw Normal View History

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