allow access to both production and development databases

This commit is contained in:
Michael Q Larson
2014-10-15 15:57:51 -07:00
parent 30212e5f5b
commit 4a36e58756
6 changed files with 10 additions and 0 deletions

View File

@@ -6,5 +6,6 @@
exports.index = function(req, res) {
res.render('curriculum/curriculum', {
title: 'Curriculum',
course: Users.first.name
});
};