strapi-learning/config/api.js

8 lines
99 B
JavaScript
Raw Normal View History

2023-01-19 01:37:10 +08:00
module.exports = {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};