fix conflict

This commit is contained in:
dbdbd9 2025-07-25 15:57:25 +07:00
commit 06554328b1
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ app.use(express.urlencoded({ extended: true }));
const db = mysql.createPool({
host: "localhost",
user: "root",
password: "",
user: "admin",
password: "Work1234",
database: "log_analysis",
});