2017-08-16 18:47:02 +02:00

6 lines
101 B
JavaScript
Executable File

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