FIX: comment in controllers/products.js

This commit is contained in:
Michel Pereira 2023-01-25 15:10:44 -03:00
parent e37e7165f8
commit 50947c1bda

View file

@ -13,8 +13,9 @@ router.get('/', rescue(async (_req, res) => {
/*
res.status(result.status).json({products:[{_id:"63b5f85dae0a4537077d63cc", name:"MICHELLLL", price:6499, thumbnail:"http://http2.mlstatic.com/D_799755-MLA47058389754_082021-I.jpg", description:"",quantity:7}]});
}));
*/
}));
router.get('/search', rescue(async (req, res) => {
const { name } = req.query;