From cf7d361cf27366bdab58b377057ec2fed5436181 Mon Sep 17 00:00:00 2001 From: ION606 Date: Wed, 22 Feb 2023 14:18:08 -0500 Subject: [PATCH] Update main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 1ddf953..80aa646 100644 --- a/main.js +++ b/main.js @@ -121,4 +121,4 @@ app.get('/createCalendar', async (req, res) => { res.send(await createIcs()) }); -app.listen(5000); \ No newline at end of file +app.listen(5000, () => console.log(`App listening on port ${port}`));