fear: change requests to RTK query
All checks were successful
it-academy/dry-wash-pl/pipeline/pr-main This commit looks good
All checks were successful
it-academy/dry-wash-pl/pipeline/pr-main This commit looks good
This commit is contained in:
@@ -53,7 +53,7 @@ router.delete('/arm/masters/:id', (req, res) => {
|
||||
);
|
||||
});
|
||||
|
||||
router.patch('/orders/:id', (req, res) => {
|
||||
router.patch('/order/:id', (req, res) => {
|
||||
res
|
||||
.status(/error/.test(STUBS.orders) ? 500 : 200)
|
||||
.send(
|
||||
|
||||
Reference in New Issue
Block a user