This commit is contained in:
chaosBreaking
2019-10-09 09:04:48 +08:00
parent ade02eb908
commit 7d26573982
2 changed files with 10 additions and 5 deletions

View File

@@ -23,6 +23,11 @@ const services = [
method: 'POST',
controller: controller.getUsers
},
{
url: '/funds',
method: 'POST',
controller: controller.getFunds
},
];