fix: cashbox routing
This commit is contained in:
parent
8bce807220
commit
e9b17bdf43
2 changed files with 2 additions and 2 deletions
|
|
@ -10,6 +10,6 @@ function notifyCashboxRemoval (req, res, next) {
|
|||
.catch(next)
|
||||
}
|
||||
|
||||
router.post('/cashboxremoval', notifyCashboxRemoval)
|
||||
router.post('/removal', notifyCashboxRemoval)
|
||||
|
||||
module.exports = router
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue