changed port to 80

This commit is contained in:
2025-05-30 01:50:43 -04:00
parent 7405cd22e8
commit 1c72844c87

View File

@@ -37,7 +37,7 @@ const CONFIG = {
together: 60 * 60, // 1 hour in seconds together: 60 * 60, // 1 hour in seconds
finishUp: 2 * 60 // 2 minutes in seconds finishUp: 2 * 60 // 2 minutes in seconds
}, },
port: 3000 port: 80
}; };
// Data file path // Data file path