Renamed config.js to secrets.js to better match the intents of the file

This commit is contained in:
Sahat Yalkabov
2013-12-20 01:31:16 -05:00
parent a6d762b071
commit a9ac61e063
5 changed files with 25 additions and 31 deletions

View File

@@ -4,8 +4,3 @@ exports.index = function(req, res) {
title: 'Home'
});
};
exports.partials = function (req, res) {
var name = req.params.name;
res.render('partials/' + name);
};