kakka parts

This commit is contained in:
CHIEFSOFT\ameye
2024-07-06 08:10:03 -04:00
parent 0bbb4edc08
commit d9258ea3d7
4 changed files with 70 additions and 9 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ module.exports = function(app) {
.get(controller.getUsersEscrows);
app.route('/flutterOkHook')
.get(controller.flutterOkHook);
.post(controller.flutterOkHook);
};