lumbung-kiosk-backend/config/api.js

8 lines
99 B
JavaScript

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