This commit is contained in:
2023-11-01 15:44:49 +01:00
parent e01440fbdb
commit 7988ff0850
2 changed files with 5 additions and 1 deletions

1
app.js
View File

@@ -67,7 +67,6 @@ app.post("/auth/register", (req, res) => {
})
})
app.post("/auth/log-control", (req, res) => {
const { email, password } = req.body