From 1c72844c87297d303537e87cf862b2801fa387c4 Mon Sep 17 00:00:00 2001 From: eggman Date: Fri, 30 May 2025 01:50:43 -0400 Subject: [PATCH] changed port to 80 --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 58fc381..2e3d119 100644 --- a/server.js +++ b/server.js @@ -37,7 +37,7 @@ const CONFIG = { together: 60 * 60, // 1 hour in seconds finishUp: 2 * 60 // 2 minutes in seconds }, - port: 3000 + port: 80 }; // Data file path