added wallet data
This commit is contained in:
@@ -19,4 +19,6 @@ module.exports = function(app) {
|
||||
.get(controller.completedHx);
|
||||
app.route('/interestCount')
|
||||
.get(controller.interestCount);
|
||||
app.route('/walletcountry')
|
||||
.get(controller.getWalletCountry);
|
||||
};
|
||||
Reference in New Issue
Block a user