From 87684f5e083f6044351c002d670a07b581d8dfb9 Mon Sep 17 00:00:00 2001 From: andreagerino Date: Fri, 27 Nov 2015 21:56:33 +0100 Subject: [PATCH] ... --- routes/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/storage.js b/routes/storage.js index d6878e9..32b8865 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) { -- 2.18.1