Files
Cédric FAMIBELLE-PRONZOLA f2795bc9b1 Edit config and server
2022-05-12 06:31:11 +04:00

8 lines
99 B
JavaScript

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