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

View File

@@ -27,6 +27,18 @@ exports.jqueryExercises = function(req, res) {
});
}
exports.livePairProgramming = function(req, res) {
res.render('live-pair-programming', {
title: 'Live Pair Programming'
});
}
exports.javaScriptInYourInbox = function(req, res) {
res.render('javascript-in-your-inbox', {
title: 'JavaScript in your Inbox'
});
}
exports.programmerInterviewQuestionsApp = function(req, res) {
res.render('programmer-interview-questions-app', {
title: 'programmer-interview-questions-app'