Files
strapi-elb/config/functions/responses/404.js
2020-04-23 19:46:25 +01:00

6 lines
109 B
JavaScript

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