Skip to content

Commit

Permalink
#28 backend
Browse files Browse the repository at this point in the history
  • Loading branch information
fdhhhdjd committed Oct 25, 2022
1 parent b329dce commit 6fcb5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/v1/user_api/routes/payment.routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const paymentCtrl = require("../controllers/payment.controllers");
const VerifyAcceptToken = require("../../middlewares/VerifyAcceptToken.middleware");

//* payment total
router.post("/payment/total", VerifyAcceptToken, paymentCtrl.totalPayment);
router.get("/payment/total", VerifyAcceptToken, paymentCtrl.totalPayment);
//* payment check inStock
router.get("/payment/check/stock", VerifyAcceptToken, paymentCtrl.countInStock);

Expand Down

0 comments on commit 6fcb5b2

Please sign in to comment.