From 1bca54d5e0437511189201e293c9ec53cad02055 Mon Sep 17 00:00:00 2001
From: jamie michel <jamie.michel@hotmail.com>
Date: Sat, 22 May 2021 14:24:12 +0100
Subject: [PATCH] working DB-kek

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

diff --git a/NodeAPI/index.js b/NodeAPI/index.js
index 064b4a6..3a21af7 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