adding brokers to service
This commit is contained in:
@@ -15,4 +15,7 @@ module.exports = function(app) {
|
||||
app.route('/getescrows')
|
||||
.get(controller.getUsersEscrows);
|
||||
|
||||
app.route('/flutterOkHook')
|
||||
.get(controller.flutterOkHook);
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user