Basic framework added for league pages to be templated

This commit is contained in:
Lucas Patenaude
2024-04-09 17:31:04 -06:00
parent 6abdd66b2b
commit 239d354c2e
7 changed files with 30 additions and 35 deletions

View File

@@ -165,5 +165,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');