7 lines
78 B
JavaScript
Raw Normal View History

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