update connect

This commit is contained in:
llopis15 2021-03-12 11:45:34 +01:00
parent 033e4a6e12
commit d617786e37
1 changed files with 0 additions and 5 deletions

View File

@ -9,9 +9,4 @@ var con = mysql.createConnection({
port: 3307,
});
con.connect(function(err) {
if (err) throw err;
console.log("Connected!");
});
exports.con = con;