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