feat: customer auth via email
This commit is contained in:
parent
92a3f16c80
commit
ab304093f3
22 changed files with 252 additions and 27 deletions
|
|
@ -77,7 +77,10 @@ app.use('/verify_user', verifyUserRoutes)
|
|||
app.use('/verify_transaction', verifyTxRoutes)
|
||||
app.use('/verify_promo_code', verifyPromoCodeRoutes)
|
||||
|
||||
// BACKWARDS_COMPATIBILITY 9.0
|
||||
// machines before 9.0 still use the phone_code route
|
||||
app.use('/phone_code', phoneCodeRoutes)
|
||||
|
||||
app.use('/customer', customerRoutes)
|
||||
|
||||
app.use('/tx', txRoutes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue