Verify transaction implemented
This commit is contained in:
@@ -9,6 +9,8 @@ module.exports = function(app) {
|
||||
.post(controller.postTransfer);
|
||||
app.route('/status/:id')
|
||||
.get(controller.getStatus);
|
||||
app.route('/verifyTransaction/:id')
|
||||
.get(controller.verifyTransaction);
|
||||
app.route('/verify')
|
||||
.post(controller.verifyAccount);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user