diff --git a/server.js b/server.js index 5d31597..0c933e7 100644 --- a/server.js +++ b/server.js @@ -108,6 +108,7 @@ END:VEVENT // Serve the merged calendar file and refresh if older than an hour app.get('/calendar/:name', async (req, res) => { + const calendarName = req.params.name; });