Files
CRAPP/infra/strapi/config/api.js
T

13 lines
194 B
JavaScript
Raw Normal View History

module.exports = {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
strictParams: true,
},
documents: {
strictParams: true,
strictRelations: true,
},
};