This commit is contained in:
BIG2EYEZ
2023-12-17 20:46:42 +08:00
10 changed files with 860 additions and 568 deletions

View File

@ -7,7 +7,6 @@ const app = express();
const PORT = process.env.PORT || 3000;
require('dotenv').config();
// MySQL setup (replace with your MySQL connection details)
const mysqlConfig = {
host: process.env.host,
user: process.env.user,