mirror of
https://github.com/Nezumi-2711/strapi-cloud-template-blog-acf3cc33ae.git
synced 2026-09-22 13:48:37 +00:00
8 lines
99 B
JavaScript
8 lines
99 B
JavaScript
module.exports = {
|
|
rest: {
|
|
defaultLimit: 25,
|
|
maxLimit: 100,
|
|
withCount: true,
|
|
},
|
|
};
|