Commit 65f444c366ac12e255370585bcf7884fc0f131b8

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

Activating /topup

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

lib/partner-listener/routers/topup.js
... ... @@ -83,5 +83,5 @@ async function pageIndex(req, res) {
83 83 res.end('OK');
84 84 }
85 85  
86   -router.all('/', (req, res) => { res.status(404).end('404: Not implemented yet'); });
  86 +// router.all('/', (req, res) => { res.status(404).end('404: Not implemented yet'); });
87 87 router.get('/', pagePrerequisite, pageIndex);