start fixing chat
This commit is contained in:
10
controllers/course.js
Normal file
10
controllers/course.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* GET /
|
||||
* Home page.
|
||||
*/
|
||||
|
||||
exports.index = function(req, res) {
|
||||
res.render('course/course', {
|
||||
title: 'Curriculum',
|
||||
});
|
||||
};
|
Reference in New Issue
Block a user