cms/strapi/config/api.ts

9 lines
118 B
TypeScript

export default {
rest: {
prefix: '/data',
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};