mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-05-12 13:27:41 +00:00
835dd57e9f
This PR includes a Strapi example.
8 lines
99 B
JavaScript
8 lines
99 B
JavaScript
module.exports = {
|
|
rest: {
|
|
defaultLimit: 25,
|
|
maxLimit: 100,
|
|
withCount: true,
|
|
},
|
|
};
|