1
0
Fork 0

define jsonFilePath

This commit is contained in:
Ryan Mwangi 2024-10-24 15:19:15 +03:00
parent bfa61b8e77
commit 50ad583698
1 changed files with 1 additions and 1 deletions

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