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