add more courseware and a working submit route

This commit is contained in:
Quincy Larson
2015-05-15 18:43:07 -07:00
parent 48a9bcbb52
commit 8981be2dca
3 changed files with 1239 additions and 362 deletions

View File

@ -157,6 +157,10 @@ module.exports = {
}
},
catPhotoSubmit: function catPhotoSubmit(req, res) {
res.send('Success! You have submitted your cat photo.')
},
nonprofits: function nonprofits(req, res) {
res.render('resources/nonprofits', {
title: 'A guide to our Nonprofit Projects'