From 550bcc11a9bf9cf9d59632897eb545fa01cd90e4 Mon Sep 17 00:00:00 2001 From: d-g-town <66391417+d-g-town@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:20:49 -0400 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8b95d4ba..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', 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."));