Files
api.pawol.nu/config/api.js
T

8 lines
99 B
JavaScript
Raw Normal View History

2022-05-12 06:22:37 +04:00
module.exports = {
2022-05-12 02:15:38 +04:00
rest: {
2022-05-12 06:22:37 +04:00
defaultLimit: 25,
maxLimit: 100,
withCount: true,
2022-05-12 02:15:38 +04:00
},
2022-05-12 06:22:37 +04:00
};