remove modal from field guide and create index view

This commit is contained in:
Quincy Larson
2015-05-23 18:39:30 -07:00
parent 50039184e9
commit 1949005632
7 changed files with 38 additions and 24 deletions

3
app.js
View File

@@ -502,8 +502,7 @@ app.get('/api/codepen/twitter/:screenName', resourcesController.codepenResources
/**
* Field Guide related routes
*/
app.get('/field-guide/getFieldGuideList', fieldGuideController.showAllFieldGuides);
app.get('/field-guide/all-articles', fieldGuideController.showAllFieldGuides);
app.get('/field-guide/:fieldGuideName',
fieldGuideController.returnIndividualFieldGuide