got delete and create grants all in two routes

This commit is contained in:
Arjun Patel
2019-02-02 22:14:55 -08:00
parent 226f5c1149
commit c64c044961
3 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ router.post(
controllers.stripe.grantCharge
);
// DELECT a grant of a donor
// DELETE a grant of a donor
router.delete(
'/grants/',
checkAuth(roles.DONOR),