add the livecode and inbox.js routes and stand in text

This commit is contained in:
Michael Q Larson
2014-12-14 22:24:54 -08:00
parent f984d335f8
commit 666953d127
4 changed files with 44 additions and 0 deletions

2
app.js
View File

@ -127,6 +127,8 @@ app.get(
app.get('/learn-to-code', resourcesController.learnToCode);
app.get('/privacy', resourcesController.privacy);
app.get('/jquery-exercises', resourcesController.jqueryExercises);
app.get('/live-pair-programming', resourcesController.livePairProgramming);
app.get('/javascript-in-your-inbox', resourcesController.javaScriptInYourInbox);
app.get('/text-based-adventure-tutorial-app', resourcesController.textBasedAdventureTutorial);
app.get('/chromebook', resourcesController.chromebook);
app.get('/programmer-interview-questions-app', resourcesController.programmerInterviewQuestionsApp);