Files
projects/Dockers/strapi/strapi/config/api.ts
T
Bram c3ef6a98da
Build and Push Docker Images / build-and-push (push) Failing after 11s
strapi
2025-05-08 16:31:21 +02:00

8 lines
97 B
TypeScript

export default {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};