diff --git a/stubs/api/index.js b/stubs/api/index.js index edae4e5..f21ace4 100644 --- a/stubs/api/index.js +++ b/stubs/api/index.js @@ -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(