This commit is contained in:
BIG2EYEZ
2023-12-28 20:25:47 +08:00
parent 2d328ffa5d
commit ad01b1d4a2
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");