add more courseware and a working submit route
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user