diff --git a/NodeAPI/index.js b/NodeAPI/index.js index 76eac2620bd57dd630dd32ae678a09583724230f..7c861f843072907422a60807be040499d7d4e4a2 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;