adding initial strapi app
This commit is contained in:
5
config/functions/responses/404.js
Normal file
5
config/functions/responses/404.js
Normal file
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = async (/* ctx */) => {
|
||||
// return ctx.notFound('My custom message 404');
|
||||
};
|
||||
Reference in New Issue
Block a user