refactor announcement modal and add nodeschool-challenges

This commit is contained in:
Michael Q Larson
2015-03-19 22:34:36 -07:00
parent 94e8550408
commit 56d7301d25
6 changed files with 55 additions and 0 deletions

1
app.js
View File

@@ -230,6 +230,7 @@ app.get('/deploy-a-website', resourcesController.deployAWebsite);
app.get('/gmail-shortcuts', resourcesController.gmailShortcuts);
app.get('/control-shortcuts', resourcesController.controlShortcuts);
app.get('/control-shortcuts', resourcesController.deployAWebsite);
app.get('/nodeschool-challenges', resourcesController.nodeSchoolChallenges);
app.get('/stats', function(req, res) {
res.redirect(301, '/learn-to-code');
});