Commit 49bf9a97bb67818ab88b692b2e27f01cf5744195

Authored by Adhidarma Hadiwinoto
1 parent 1b9e31efcc
Exists in master and in 1 other branch dev

Add / as alias to topup on partner-listener

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

lib/partner-listener/index.js
... ... @@ -48,6 +48,7 @@ app.use('/inquiry', routerInquiry);
48 48 app.use('/pay', routerPay);
49 49 app.use('/topup', routerTopup);
50 50 app.use('/trx-status', routerTrxStatus);
  51 +app.use('/', routerTopup);
51 52  
52 53 app.use((req, res) => {
53 54 const { xid } = res.locals;