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,

View File

@ -1,6 +1,6 @@
const express = require("express");
const session = require("express-session");
const mysql = require("mysql");
const mysql = require("mysql2");
const bodyParser = require("body-parser");
const bcrypt = require("bcrypt");
const crypto = require("crypto");

1770
package-lock.json generated

File diff suppressed because it is too large Load Diff