Merge remote-tracking branch 'origin/updet'

This commit is contained in:
newtbot
2024-01-20 04:15:13 +08:00
9 changed files with 129 additions and 2 deletions

View File

@ -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;