mirror of
https://github.com/strapi/strapi.git
synced 2025-07-11 11:03:46 +00:00
7 lines
78 B
JavaScript
7 lines
78 B
JavaScript
![]() |
module.exports = {
|
||
|
rest: {
|
||
|
defaultLimit: 25,
|
||
|
maxLimit: 100,
|
||
|
},
|
||
|
};
|