strapi/examples/getstarted/config/src/response-handlers.js
2022-08-11 10:20:49 +02:00

8 lines
125 B
JavaScript

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