From c566673b592923fdce4a3ae6c28e541ba0584f0c Mon Sep 17 00:00:00 2001 From: d-g-town <66391417+d-g-town@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:44:11 -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 292ca79..db3b49f 100644 --- a/index.js +++ b/index.js @@ -8,4 +8,4 @@ app.get('/', (req, res) => { }); var sponsor = process.env.SPONSOR || "unsponsored"; -app.listen(3000, () => console.log('Tetris app is listening on port 3000! Brought to you by the one and only', sponsor + ", of course.")); +app.listen(3000, () => console.log('Tetris app is listening on port 3000! Brought to you by the one & only', sponsor + ", of course."));