start fixing chat

This commit is contained in:
Michael Q Larson
2014-10-16 09:07:06 -07:00
parent 4a36e58756
commit ac0ab1de37
84 changed files with 1453 additions and 41113 deletions

10
controllers/course.js Normal file
View File

@@ -0,0 +1,10 @@
/**
* GET /
* Home page.
*/
exports.index = function(req, res) {
res.render('course/course', {
title: 'Curriculum',
});
};