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

8 lines
99 B
JavaScript
Raw Normal View History

2021-12-31 13:28:04 +01:00
module.exports = {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};