forked from ryanmwangi/CalMerger
define jsonFilePath
This commit is contained in:
parent
bfa61b8e77
commit
50ad583698
1 changed files with 1 additions and 1 deletions
|
@ -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`);
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue