consumer service

This commit is contained in:
CHIEFSOFT\ameye
2024-07-09 13:18:07 -04:00
parent 9ca5bd888f
commit 0b228735c9
5 changed files with 44 additions and 5 deletions
+3
View File
@@ -18,4 +18,7 @@ module.exports = function(app) {
app.route('/flutterOkHook')
.post(controller.flutterOkHook);
app.route('/eventInterest')
.post(controller.flutterOkHook);
};