eventInterest
This commit is contained in:
+1
-1
@@ -19,6 +19,6 @@ module.exports = function(app) {
|
|||||||
.post(controller.flutterOkHook);
|
.post(controller.flutterOkHook);
|
||||||
|
|
||||||
app.route('/eventInterest')
|
app.route('/eventInterest')
|
||||||
.post(controller.flutterOkHook);
|
.post(controller.eventInterest);
|
||||||
|
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user