Initial commit from Strapi

This commit is contained in:
Julie Chaumard
2025-10-19 00:28:57 +02:00
commit 154de5cf97
21 changed files with 19049 additions and 0 deletions

7
config/api.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};