1
0
Fork 0
freesewing/packages/strapi/config/functions/responses/404.js
2021-08-29 11:58:11 +02:00

5 lines
109 B
JavaScript

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