add Login page, bulk delete logs #1

Merged
joseph merged 2 commits from vi into main 2025-07-25 18:58:13 +10:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 06554328b1 - Show all commits

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",
});