diff --git a/routes/storage.js b/routes/storage.js index d6878e97b54fda515283ed1676efaf5d0ccc7b58..32b886529c97ed3beb6c45e00d066f9cbbc8926c 100644 --- a/routes/storage.js +++ b/routes/storage.js @@ -10,7 +10,7 @@ var assert = assert = require('assert'); // Connection URL var mongoUrl = 'mongodb://icarus:icarus@localhost:27017/icarus'; -//Use connect method to test the connection to the Server +//Connect to the server and intialise the pool var icarusDb; mongoClient.connect(mongoUrl, function(err, db) {