Merge branch 'main' of https://github.com/Newtbot/MP
This commit is contained in:
@ -7,7 +7,6 @@ const app = express();
|
||||
const PORT = process.env.PORT || 3000;
|
||||
require('dotenv').config();
|
||||
|
||||
// MySQL setup (replace with your MySQL connection details)
|
||||
const mysqlConfig = {
|
||||
host: process.env.host,
|
||||
user: process.env.user,
|
||||
|
Reference in New Issue
Block a user