Merge remote-tracking branch 'origin/updet'
This commit is contained in:
@ -56,7 +56,9 @@ router.get('/login', function(req, res, next) {
|
||||
res.render('signuplogin');
|
||||
});
|
||||
|
||||
|
||||
|
||||
//contact page
|
||||
router.get('/contact', function(req, res, next) {
|
||||
res.render('contact');
|
||||
});
|
||||
|
||||
module.exports = router;
|
||||
|
Reference in New Issue
Block a user