2019-06-20 18:28:17 +02:00

6 lines
109 B
JavaScript

'use strict';
module.exports = async (/* ctx */) => {
// return ctx.notFound('My custom message 404');
};