define jsonFilePath

This commit is contained in:
Ryan Mwangi 2024-10-24 15:19:15 +03:00
parent bfa61b8e77
commit 50ad583698

View file

@ -110,7 +110,7 @@ END:VEVENT
app.get('/calendar/:name', async (req, res) => {
const calendarName = req.params.name;
const icsFilePath = path.join(MERGED_CALENDARS_DIR, `${calendarName}.ics`);
const jsonFilePath = path.join(MERGED_CALENDARS_DIR, `${calendarName}.json`);
});