Renamed config.js to secrets.js to better match the intents of the file
This commit is contained in:
@@ -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);
|
||||
};
|
Reference in New Issue
Block a user