close to getting all nonprofits to render

This commit is contained in:
Michael Q Larson
2015-03-30 20:08:29 -07:00
parent acea52dc1b
commit ca404e66e8
8 changed files with 60 additions and 135 deletions

2
app.js
View File

@ -361,6 +361,8 @@ app.get(
nonprofitController.showAllNonprofits
);
app.get('/nonprofits/getNonprofitsList', nonprofitController.showAllNonprofits);
app.get(
'/done-with-first-100-hours',
passportConf.isAuthenticated,