feat: add update status and masters (#67) #68

Merged
237x237 merged 3 commits from feature/updateOrders into main 2025-01-26 12:15:46 +03:00
Showing only changes of commit 1b01c0ba4f - Show all commits

View File

@ -53,7 +53,7 @@ router.delete('/arm/masters/:id', (req, res) => {
);
});
router.patch('/orders/id', (req, res) => {
router.patch('/orders/:id', (req, res) => {
res
.status(/error/.test(STUBS.orders) ? 500 : 200)
.send(