eventInterest

This commit is contained in:
CHIEFSOFT\ameye
2024-07-09 13:22:29 -04:00
parent 0b228735c9
commit c57ddd7026
+1 -1
View File
@@ -19,6 +19,6 @@ module.exports = function(app) {
.post(controller.flutterOkHook);
app.route('/eventInterest')
.post(controller.flutterOkHook);
.post(controller.eventInterest);
};