From 3cdcd3b9e8bb3ee1de67e9a007bd2ca80edfb4ec Mon Sep 17 00:00:00 2001
From: jamie michel <jamie.michel@hotmail.com>
Date: Mon, 24 May 2021 12:43:58 +0100
Subject: [PATCH] Changed port number

---
 NodeAPI/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NodeAPI/index.js b/NodeAPI/index.js
index 76eac26..7c861f8 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;
-- 
GitLab