AMIT BILAPATTE REDDY
Results
1
comments of
AMIT BILAPATTE REDDY
Hi @su340 , exports.getProduct= async (req, res) => { const id = +req.params.id; // const id = req.params.id; try { const product = await Product.find({ id: id }); // const...