yogastic/strapi-yoga/config/api.ts
Schneider Roland ed6e5089ec add strapi
2024-12-30 18:11:00 +01:00

8 lines
97 B
TypeScript

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