Files
api.pawol.nu/config/functions/responses/404.js
T
2020-12-05 21:40:18 +01:00

6 lines
109 B
JavaScript

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