Files

8 lines
99 B
JavaScript
Raw Permalink Normal View History

2024-10-29 05:37:46 +01:00
module.exports = {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};