Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tcooperma authored Nov 13, 2024
1 parent e37ebb0 commit a80b5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const express = require('express');
const app = express();
const port = 80;
const port = 3000;

app.get('/', (req, res) => {
res.send('Hello New England Pats!');
Expand Down

0 comments on commit a80b5b6

Please sign in to comment.