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