Skip to content

Commit 31f63e6

Browse files
committed
purchases status updated
1 parent fa7fa93 commit 31f63e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Routes/purchasesRoutes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ router.delete(
2626
);
2727

2828
router.put(
29-
'/purchases/:id',
29+
'/purchases/status/:id',
3030
authMiddleware,
3131
adminCheck,
3232
purchaseController.updatePurchaseState,

0 commit comments

Comments
 (0)