Test data api
This commit is contained in:
@@ -7,7 +7,7 @@ var connection = mysql.createConnection({
|
||||
});
|
||||
|
||||
connection.connect(function(err) {
|
||||
//if (err) throw err;
|
||||
if (err) throw err;
|
||||
});
|
||||
|
||||
module.exports = connection;
|
||||
Reference in New Issue
Block a user