Test data api

This commit is contained in:
2017-04-04 13:23:27 +02:00
parent 66ef158da0
commit 3b5807da3a
2 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ var connection = mysql.createConnection({
});
connection.connect(function(err) {
//if (err) throw err;
if (err) throw err;
});
module.exports = connection;