aboutsummaryrefslogtreecommitdiff
path: root/node_simple.js
diff options
context:
space:
mode:
authorkumar <kumar.damani@mail.utoronto.ca>2016-07-24 03:33:02 +0000
committerkumar <kumar.damani@mail.utoronto.ca>2016-07-24 03:33:02 +0000
commit59cf16ee546111c186e36dc723a60de49cf25001 (patch)
tree7f65205035f5a4d4e6fe47c701097ebc6b2abe01 /node_simple.js
parentcbcf2f83d7a11895deeb1234504dd767d8826d4d (diff)
parent43f7514bb2ae00d3805f1468f89bbdab6fc595fa (diff)
pull
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'node_simple.js')
-rw-r--r--node_simple.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/node_simple.js b/node_simple.js
index e18839b..851305d 100644
--- a/node_simple.js
+++ b/node_simple.js
@@ -87,6 +87,7 @@ var assert = require('assert');
// Standard URI format: mongodb://[dbuser:dbpassword@]host:port/dbname
var uri = exports.uri = 'mongodb://general:assignment4@ds057862.mlab.com:57862/solutions_repo';
+
// Keep this for testing on local machine, do not remove. - Humair
//var uri = 'mongodb://localhost:27017/db';
@@ -540,8 +541,6 @@ exports.get_all_solutions = function (exam_id, q_num, callback) {
.catch(function () {
console.error(err);
})
-
-
};
/*