Merge branch 'main' into add-scoreboard-header

This commit is contained in:
Lucas Patenaude
2024-04-09 20:36:35 -06:00
committed by GitHub
15 changed files with 183 additions and 62 deletions

View File

@@ -175,5 +175,5 @@ app.get('/', (req, res) => {
// <!-- Section 5 : Start Server-->
// *****************************************************
// starting the server and keeping the connection open to listen for more requests
app.listen(3000);
app.listen(3001);
console.log('Server is listening on port 3000');