This commit is contained in:
BIG2EYEZ
2023-12-27 22:05:57 +08:00
parent f46e951093
commit d76f804306
3 changed files with 513 additions and 1423 deletions

View File

@ -1,4 +1,4 @@
const mysql = require("mysql");
const mysql = require("mysql2");
const mysqlConfig = {
host: process.env.host,