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}`));