Files
api.pawol.nu/config/functions/responses/404.js
T

6 lines
109 B
JavaScript
Raw Normal View History

2020-12-04 20:12:49 +01:00
'use strict';
module.exports = async (/* ctx */) => {
// return ctx.notFound('My custom message 404');
};