Skip to content
Snippets Groups Projects
Commit 3cdcd3b9 authored by jamie michel's avatar jamie michel
Browse files

Changed port number

parent 5ce2c20b
No related branches found
No related tags found
1 merge request!5Database
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment