added signup template and logout route
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
exports.index = function(req, res){
|
||||
res.render('index');
|
||||
res.render('index', { user: req.user });
|
||||
};
|
||||
|
||||
exports.partials = function (req, res) {
|
||||
|
Reference in New Issue
Block a user