This commit is contained in:
newtbot
2024-01-21 04:28:16 +08:00
parent 8adf304f1a
commit dfb9a524b4
2 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ router.get('/profile', function(req, res, next) {
//forgot password page
router.get('/forgotPassword', function(req, res, next) {
res.render('forgotPassword');
});
});
//contact page
router.get('/contact', function(req, res, next) {