add screen hero installation view

This commit is contained in:
Michael Q Larson
2015-02-17 14:10:15 -08:00
parent 449589827c
commit 0d3ee3c2b4
4 changed files with 21 additions and 1 deletions

1
app.js
View File

@@ -203,6 +203,7 @@ app.get('/', homeController.index);
app.get('/privacy', resourcesController.privacy);
app.get('/jquery-exercises', resourcesController.jqueryExercises);
app.get('/live-pair-programming', resourcesController.livePairProgramming);
app.get('/install-screenhero', resourcesController.installScreenHero);
app.get('/javascript-in-your-inbox', resourcesController.javaScriptInYourInbox);
app.get('/chromebook', resourcesController.chromebook);
app.get('/deploy-a-website', resourcesController.deployAWebsite);