change from mysql to mysql2

This commit is contained in:
Mystikfluu
2023-02-06 13:27:02 +01:00
parent cbfd1404f8
commit 4f39af2749
5 changed files with 138 additions and 61 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import useragent from "express-useragent";
import fileUpload from "express-fileupload";
import * as bodyParser from "body-parser";
import cookieParser from "cookie-parser";
import * as mysql from "mysql";
import * as mysql from "mysql2";
import * as ws from "ws";
import getIP from "./extra_modules/getip.js";
import {unsign} from "./extra_modules/unsign.js";