1
0
Fork 0
freesewing/packages/strapi/config/functions/responses/404.js

6 lines
109 B
JavaScript
Raw Normal View History

2021-08-29 11:58:04 +02:00
'use strict';
module.exports = async (/* ctx */) => {
// return ctx.notFound('My custom message 404');
};