Add email functionality to done-with-first-100-hours page and refactor nonprofit link to be on same controller in same view folder
This commit is contained in:
@ -175,13 +175,6 @@ module.exports = {
|
||||
});
|
||||
},
|
||||
|
||||
doneWithFirst100Hours: function(req, res) {
|
||||
res.render('resources/done-with-first-100-hours', {
|
||||
title:
|
||||
'Congratulations on finishing the first 100 hours of Free Code Camp!'
|
||||
});
|
||||
},
|
||||
|
||||
interviewQuestions: function(req, res) {
|
||||
res.json(questions);
|
||||
}
|
||||
|
Reference in New Issue
Block a user