This commit is contained in:
Troughy
2026-05-19 22:15:11 +02:00
commit 2c7f61d62c
101 changed files with 26568 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import type { Core } from '@strapi/strapi';
const config: Core.Config.Api = {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};
export default config;