adding brokers to service

This commit is contained in:
CHIEFSOFT\ameye
2024-07-05 19:17:39 -04:00
parent ba4d883861
commit 0bbb4edc08
4 changed files with 53 additions and 3 deletions
+3
View File
@@ -15,4 +15,7 @@ module.exports = function(app) {
app.route('/getescrows')
.get(controller.getUsersEscrows);
app.route('/flutterOkHook')
.get(controller.flutterOkHook);
};