adding grants progress

This commit is contained in:
Arjun Patel
2019-01-16 23:21:37 -08:00
parent 18abee110a
commit 3e1cec54e0
3 changed files with 37 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ router.get('/', checkAuth, donors.findAll);
router.get('/grants/:donor_id', checkAuth, grants.findByDonorId);
/** Create grants with following body:
* - list of id's selected causes and regions
* - list of id's of selected causes and regions
* - FINAL list of id's of selected organizations
* - donor_id
* */