Files
jinshen-website-backend/config/api.ts
2025-08-25 04:10:13 +00:00

8 lines
97 B
TypeScript

export default {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};