forked from lucaspatenaude/ScoreSpot
Merge branch 'main' into add-scoreboard-header
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user