Merge pull request #427 from QuincyLarson/field-guide-updates
adds field guide updates
This commit is contained in:
2
app.js
2
app.js
@@ -222,7 +222,7 @@ app.use(function (req, res, next) {
|
||||
app.get('/', homeController.index);
|
||||
|
||||
app.get('/nonprofit-project-instructions', function(req, res) {
|
||||
res.redirect(301, '/field-guide/nonprofit-project-instructions');
|
||||
res.redirect(301, '/field-guide/how-do-free-code-camp\'s-nonprofit-projects-work');
|
||||
});
|
||||
|
||||
app.get('/chat', resourcesController.chat);
|
||||
|
Reference in New Issue
Block a user