final testing changes

This commit is contained in:
Vishal Vunnam
2024-04-10 22:22:01 -06:00
parent 3511102de1
commit e8760282a6
5 changed files with 330 additions and 58 deletions

View File

@@ -112,7 +112,7 @@ app.get('/', (req, res) => {
// Render login page for /login route
app.get('/login', (req, res) => {
res.render('pages/login');
res.render('pages/home');
});
// Trigger login form to check database for matching username and password