define calendarName

This commit is contained in:
Ryan Mwangi 2024-10-24 15:18:02 +03:00
parent 6d0e28486f
commit c3c7e79286

View file

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