From ff92ee217e3d9b08eb648a677e98d549ee5818b8 Mon Sep 17 00:00:00 2001 From: jarrettgaither Date: Mon, 22 Apr 2024 14:28:37 -0700 Subject: [PATCH] Changing listening port to 8080 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 13a600c..f70f3f7 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ const express = require('express'); const app = express(); -const port = 80; +const port = 8080; app.get('/', (req, res) => {