2017-07-31 17:22:40 +02:00

6 lines
101 B
JavaScript

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