Skip to content

Commit

Permalink
fix(carrinhos-model): ajuste de chavs permitidas em GET
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloGoncalvesBH committed May 4, 2020
1 parent 9bc92c1 commit 1a0e14c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/models/carrinhos-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ const { Joi } = require('express-validation')
exports.schemaGet = {
query: Joi.object({
_id: Joi.any(),
produtos: Joi.any(),
idusuario: Joi.any(),
idproduto: Joi.any(),
quantidade: Joi.any(),
precounitario: Joi.any(),
precototal: Joi.any()
})
}
Expand Down

0 comments on commit 1a0e14c

Please sign in to comment.