Skip to content

Commit

Permalink
Merge pull request #1 from tcooperma/test-branch
Browse files Browse the repository at this point in the history
Update app.js
  • Loading branch information
tcooperma authored Nov 13, 2024
2 parents 62dcfc7 + 6ce0ede commit 2684652
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
Expand Up @@ -3,7 +3,7 @@ const app = express();
const port = 3000;

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

app.listen(port, () => {
Expand Down

0 comments on commit 2684652

Please sign in to comment.