Edit config and server
This commit is contained in:
+5
-7
@@ -1,9 +1,7 @@
|
||||
module.exports = ({ env }) => ({
|
||||
responses: {
|
||||
privateAttributes: ['_v', 'created_at'],
|
||||
},
|
||||
module.exports = {
|
||||
rest: {
|
||||
defaultLimit: 100,
|
||||
maxLimit: 250,
|
||||
defaultLimit: 25,
|
||||
maxLimit: 100,
|
||||
withCount: true,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user