Created a simple Strapi project and started filling it

This commit is contained in:
Tiago Ribeiro
2024-03-13 23:11:13 +00:00
commit acef0ddae2
39 changed files with 15922 additions and 0 deletions

12
config/middlewares.js Normal file
View File

@@ -0,0 +1,12 @@
module.exports = [
'strapi::logger',
'strapi::errors',
'strapi::security',
'strapi::cors',
'strapi::poweredBy',
'strapi::query',
'strapi::body',
'strapi::session',
'strapi::favicon',
'strapi::public',
];