rename directory
continuous-integration/drone/push Build is failing Details

main
Vincent ASTOLFI 3 months ago
parent 2e3d9f7845
commit e36d82e472

@ -7,18 +7,4 @@ const connection = mysql.createPool({
database: process.env.DB_NAME
});
/*
connection.connect((err) => {
if (err) {
console.error('Error connecting to the database:', err);
return;
}
console.log('Connected to the MySQL database');
});
*/
module.exports = connection;
// TODO
// Change how i insert in my db so player1 = player1Win
// Maybe store the players positions in the database directly in the room object
module.exports = connection;
Loading…
Cancel
Save