Returned to refactored state

This commit is contained in:
Kasper Rynning-Tønnesen
2017-09-18 14:47:24 +02:00
parent 52c7552b67
commit 77c374f9b7
11 changed files with 534 additions and 2299 deletions

View File

@@ -9,3 +9,5 @@ db.on('connected', function(err) {
db.on('error',function(err) {
console.log("\n" + new Date().toString() + "\n Database error: ", err);
});
module.exports = db;