strapi-plugin-config-sync/playground/config/api.ts

8 lines
97 B
TypeScript
Raw Permalink Normal View History

2025-06-28 17:21:16 +02:00
export default {
2021-12-31 13:28:04 +01:00
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};