This commit is contained in:
newtbot
2023-12-28 20:57:41 +08:00
2 changed files with 14 additions and 3 deletions

View File

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