kids wallet
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user