Basic framework added for league pages to be templated
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user