DISPLAY AND DOWNLOAD LOGS

This commit is contained in:
BIG2EYEZ
2024-01-01 17:08:02 +08:00
parent e538a5fb6e
commit 7cc372497b
7 changed files with 525 additions and 351 deletions

View File

@ -37,10 +37,10 @@ const connection = mysql.createConnection({
user: process.env.DB_USER,
password: process.env.DB_PASS,
database: "adminusers",
timezone: "Z", // Set the timezone to UTC
});
module.exports = { connection };
module.exports = { connection };