Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-town authored Oct 8, 2024
1 parent 277cf13 commit aad5bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ app.get('/', (req, res) => {
});

var sponsor = process.env.SPONSOR || "unsponsored";
app.listen(process.env.PORT || 3000, () => console.log('Tetris app listening on port 3000! Brought to you all by', sponsor + ", of course."));
app.listen(process.env.PORT || 3000, () => console.log('Tetris app listening on port 3000. Brought to you all by', sponsor + ", of course."));

0 comments on commit aad5bb7

Please sign in to comment.