chore: relever maxLimit de 100 à 200
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
rest: {
|
||||
defaultLimit: 25,
|
||||
maxLimit: 100,
|
||||
maxLimit: 200,
|
||||
withCount: true,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user