From c57ddd702638293a5d3798bf3b4c7e0eadbe127e Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 9 Jul 2024 13:22:29 -0400 Subject: [PATCH] eventInterest --- api/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/routes.js b/api/routes.js index cca0991..6dae823 100644 --- a/api/routes.js +++ b/api/routes.js @@ -19,6 +19,6 @@ module.exports = function(app) { .post(controller.flutterOkHook); app.route('/eventInterest') - .post(controller.flutterOkHook); + .post(controller.eventInterest); }; \ No newline at end of file