Update main.js

This commit is contained in:
ION606
2023-02-22 14:18:08 -05:00
committed by GitHub
parent dfdcb6ac43
commit cf7d361cf2
+1 -1
View File
@@ -121,4 +121,4 @@ app.get('/createCalendar', async (req, res) => {
res.send(await createIcs())
});
app.listen(5000);
app.listen(5000, () => console.log(`App listening on port ${port}`));