From 8130da6f65009eddd6ee752e4b8a2daba7dfcf2c Mon Sep 17 00:00:00 2001 From: d-g-town <66391417+d-g-town@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:57:00 -0500 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 76d8060c..c95d4207 100644 --- a/index.js +++ b/index.js @@ -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 the one & only ', sponsor + ", of course.")); +app.listen(process.env.PORT || 3000, () => console.log('Tetris app listening on port 3000! Brought to you all by the one and only ', sponsor + ", of course."));