From 1df92846771760fdce1b00b7af84335197778edd Mon Sep 17 00:00:00 2001 From: Iamneo Date: Mon, 4 Sep 2023 11:39:48 +0000 Subject: [PATCH] Backup Commit --- my_project/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_project/index.js b/my_project/index.js index 3799069..67b59e1 100644 --- a/my_project/index.js +++ b/my_project/index.js @@ -1,6 +1,6 @@ const express = require('express'); const app = express(); -const port = 3000; +const port = 8080; app.get('/', (req, res) => { res.send('Hello World!');