Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaS7 committed Jan 7, 2024
1 parent b65e4bb commit d16d4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ app.use((err, req, res, next) => {

app.get("/", (req, res) => {
// Redirect to the login.html page
res.redirect("/login.html");
res.redirect("/public/login.html");
});

//Get Record from Databae
Expand Down

0 comments on commit d16d4d0

Please sign in to comment.