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

5
.env Normal file
View File

@@ -0,0 +1,5 @@
DATABASE = mia
DATABASE_HOST = localhost
DATABASE_PORT = 3306
DATABASE_USER = mia
DATABASE_PASSWORD = mia

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