Files
strapi1-upload/config/api.ts
2025-07-26 14:12:29 +09:00

8 lines
97 B
TypeScript
Executable File

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