cms.nicwands.com/config/api.ts
2026-06-02 20:19:11 -04:00

11 lines
183 B
TypeScript

import type { Core } from '@strapi/strapi';
const config: Core.Config.Api = {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};
export default config;