Skip to content

Commit

Permalink
added login page
Browse files Browse the repository at this point in the history
  • Loading branch information
StarKnightt committed Feb 2, 2024
1 parent 02b00fb commit e69773e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ app.post("/register", async (req, res) => {
return res.redirect("/error");
}
});

app.post("/login", async (req, res) => {
try {
const { email, password } = req.body;
Expand Down

0 comments on commit e69773e

Please sign in to comment.