kids wallet

This commit is contained in:
CHIEFSOFT\ameye
2024-03-20 12:55:09 -04:00
parent 0230616d02
commit 4f687da038
4 changed files with 64 additions and 6 deletions
+3
View File
@@ -9,6 +9,9 @@ module.exports = function(app) {
app.route('/getwallets')
.get(controller.getUsersWallets);
app.route('/getkidswallets')
.get(controller.getUsersKidsWallets);
app.route('/getescrows')
.get(controller.getUsersEscrows);