mirror of
https://github.com/strapi/strapi.git
synced 2026-05-03 16:22:30 +00:00
12 lines
166 B
JavaScript
12 lines
166 B
JavaScript
module.exports = {
|
|
rest: {
|
|
defaultLimit: 25,
|
|
maxLimit: 30,
|
|
withCount: true,
|
|
strictParams: true,
|
|
},
|
|
documents: {
|
|
strictParams: true,
|
|
},
|
|
};
|