Initial Commit

This commit is contained in:
Sebastian Seedorf
2022-01-30 13:59:20 +01:00
commit b79abaeba9
25 changed files with 31310 additions and 0 deletions

7
config/api.js Normal file
View File

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