fix show all nonprofits route

This commit is contained in:
Quincy Larson
2015-05-01 22:22:10 -07:00
parent e1d577b035
commit f376460755

4
app.js
View File

@ -275,10 +275,10 @@ app.get('/pmi-acp-agile-project-managers-form', resourcesController.agileProject
app.get('/nonprofits', resourcesController.nonprofits);
app.get('/nonprofits/getNonprofitList', nonprofitController.showAllNonprofits);
app.get('/nonprofits-form', resourcesController.nonprofitsForm);
app.get('/map', challengeMapController.challengeMap);
app.get('/live-pair-programming', function(req, res) {