fix: cashbox routing
This commit is contained in:
parent
8bce807220
commit
e9b17bdf43
2 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ app.use(filterOldRequests)
|
|||
app.use('/poll', pollingRoutes)
|
||||
app.use('/terms_conditions', termsAndConditionsRoutes)
|
||||
app.use('/state', stateRoutes)
|
||||
app.use('/notify', cashboxRoutes)
|
||||
app.use('/cashbox', cashboxRoutes)
|
||||
|
||||
app.use('/verify_user', verifyUserRoutes)
|
||||
app.use('/verify_transaction', verifyTxRoutes)
|
||||
|
|
|
|||
|
|
@ -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