add learn-to-code

This commit is contained in:
Michael Q Larson
2014-11-11 17:52:03 -08:00
parent 6a0bb0452b
commit fdff7d1691
5 changed files with 86 additions and 74 deletions

View File

@ -3,6 +3,11 @@
* Resources.
*/
exports.learnToCode = function(req, res) {
res.render('learn-to-code');
title: 'Learn to Code'
}
exports.interviewQuestions = function(req, res) {
res.json([
{