Profile Picture
This commit is contained in:
1 parent
867770e14e
commit
43f662982e
365 files changed
+45560
-167
No files matched your search
@@ -16,13 +16,4 @@ router.get('/dashboard', ensureAuthenticated, function(req, res) {
|
||||
});
|
||||
});
|
||||
|
||||
// Member Profile
|
||||
router.get('/profile', ensureAuthenticated, function(req, res) {
|
||||
UserModel.find({}, function(err, data) {
|
||||
res.render('profile', {
|
||||
memberProfile: req.eachMember
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
module.exports = router;
|
||||
Reference in new issue
Block a user