add review and read review now done
This commit is contained in:
@@ -9,6 +9,6 @@ router.use((req, res, next) => {
|
||||
next();
|
||||
});
|
||||
|
||||
router.get("/search", searchProductsByName);
|
||||
router.get("/getProduct", searchProductsByName);
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user