We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3cd35 commit 170fa40Copy full SHA for 170fa40
app-bootstrap.js
@@ -9,4 +9,4 @@ const Joi = require('joi')
9
Joi.optionalId = () => Joi.string().uuid()
10
Joi.id = () => Joi.optionalId().required()
11
Joi.page = () => Joi.number().integer().min(1).default(1)
12
-Joi.perPage = () => Joi.number().integer().min(1).max(1000).default(config.DEFAULT_PAGE_SIZE)
+Joi.perPage = () => Joi.number().integer().min(1).max(10001).default(config.DEFAULT_PAGE_SIZE)
0 commit comments