Added actions

This commit is contained in:
CHIEFSOFT\ameye
2024-12-21 12:53:26 -05:00
parent d77f15dce7
commit 3f8222064f
3 changed files with 140 additions and 2 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
const controller = require('./controller');
module.exports = function(app) {
app.route('/redeemoptions')
.get(controller.getFamilyBanners);
app.route('/proc/refreshActions')
.get(controller.refreshMemberActions);
app.route('/getwallets')
.get(controller.getUsersWallets);