2019-04-16 08:50:22 +02:00

6 lines
101 B
JavaScript

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