added wallet data

This commit is contained in:
CHIEFSOFT\ameye
2024-10-04 23:11:19 -04:00
parent 4e6faf300a
commit 6388874dfc
3 changed files with 37 additions and 0 deletions
+2
View File
@@ -19,4 +19,6 @@ module.exports = function(app) {
.get(controller.completedHx);
app.route('/interestCount')
.get(controller.interestCount);
app.route('/walletcountry')
.get(controller.getWalletCountry);
};