2019-05-29 17:25:56 +02:00

6 lines
109 B
JavaScript

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