Files
story/BACK/config/api.js
streaper2 063b3ed8d3 + hive
+ LibraryPage
+ StoryPage
+ logo
+ font
2023-09-13 09:03:52 +02:00

8 lines
99 B
JavaScript

module.exports = {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};