Create api.js in config
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
module.exports = ({ env }) => ({
|
||||||
|
responses: {
|
||||||
|
privateAttributes: ['_v', 'created_at'],
|
||||||
|
},
|
||||||
|
rest: {
|
||||||
|
defaultLimit: 100,
|
||||||
|
maxLimit: 250,
|
||||||
|
},
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user