diff --git a/NodeAPI/index.js b/NodeAPI/index.js index 064b4a66be57ec7daec185d34513802ce3fbb40e..3a21af787eea60b4d1edc7459a0bd5311a6d61a4 100644 --- a/NodeAPI/index.js +++ b/NodeAPI/index.js @@ -3,7 +3,7 @@ const bodyParser = require('body-parser'); const request = require('request'); const app = express() -const port = 3000; +const port = 80; // Get the mongodb url var MongoClient = require('mongodb').MongoClient;