sendm money event

This commit is contained in:
CHIEFSOFT\ameye
2024-07-08 13:56:40 -04:00
parent 4a6112c585
commit a170fbd90d
3 changed files with 36 additions and 0 deletions
+3
View File
@@ -18,4 +18,7 @@ module.exports = function(app) {
app.route('/flutterOkHook')
.post(controller.flutterOkHook);
app.route('/eventSendMoney')
.post(controller.eventSendMoney);
};