FIX: comment in controllers/products.js
This commit is contained in:
parent
e37e7165f8
commit
50947c1bda
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue