added Review Feature
This commit is contained in:
8
backend/routes/history.js
Normal file
8
backend/routes/history.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// routes/product.js
|
||||
const express = require("express");
|
||||
const { HistoryByUserId } = require("../controllers/history");
|
||||
const router = express.Router();
|
||||
|
||||
router.post("/history", HistoryByUserId);
|
||||
|
||||
module.exports = router;
|
||||
Reference in New Issue
Block a user