fix show all nonprofits route
This commit is contained in:
4
app.js
4
app.js
@ -275,10 +275,10 @@ app.get('/pmi-acp-agile-project-managers-form', resourcesController.agileProject
|
|||||||
|
|
||||||
app.get('/nonprofits', resourcesController.nonprofits);
|
app.get('/nonprofits', resourcesController.nonprofits);
|
||||||
|
|
||||||
|
app.get('/nonprofits/getNonprofitList', nonprofitController.showAllNonprofits);
|
||||||
|
|
||||||
app.get('/nonprofits-form', resourcesController.nonprofitsForm);
|
app.get('/nonprofits-form', resourcesController.nonprofitsForm);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
app.get('/map', challengeMapController.challengeMap);
|
app.get('/map', challengeMapController.challengeMap);
|
||||||
|
|
||||||
app.get('/live-pair-programming', function(req, res) {
|
app.get('/live-pair-programming', function(req, res) {
|
||||||
|
Reference in New Issue
Block a user