Skip to content

Commit

Permalink
🐛 API bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdra committed Oct 8, 2024
1 parent 6bc5328 commit 005da30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Pages/order/Cart.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const Cart = () => {

try {
const res = await axios.post(
'http://localhost:3000/api/coupon/valid-coupon',
'/api/coupon/valid-coupon',
{
couponCode: coupon,
}
Expand Down

0 comments on commit 005da30

Please sign in to comment.