+ LibraryPage
+ StoryPage
+ logo
+ font
This commit is contained in:
2023-09-13 09:03:52 +02:00
parent f8348a3f96
commit 063b3ed8d3
186 changed files with 17200 additions and 325 deletions

7
BACK/config/api.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};