6 lines
109 B
JavaScript
Raw Normal View History

2017-06-15 15:35:04 +02:00
'use strict';
2019-05-29 16:09:19 +02:00
module.exports = async (/* ctx */) => {
2017-07-31 17:22:40 +02:00
// return ctx.notFound('My custom message 404');
2017-06-15 15:35:04 +02:00
};