This commit is contained in:
chaosBreaking
2019-10-18 19:30:02 +08:00
parent 69acdb3d75
commit 59aa9b75f4
3 changed files with 50 additions and 2 deletions

View File

@@ -28,6 +28,11 @@ const services = [
method: 'POST',
controller: controller.getFunds
},
{
url: '/vreqs',
method: 'POST',
controller: controller.getVreqs
},
];