fp/packages/strapi-borked/config/api.js

8 lines
99 B
JavaScript
Raw Normal View History

2024-07-04 21:20:29 +00:00
module.exports = {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};