Skip to content

Commit

Permalink
πŸ› fix missing holiday.ics entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperem committed May 13, 2022
1 parent a85f3f6 commit 509c583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func (a *API) CreateEndpoints() {

// ical / caldav
v1.GET("/activities.ics", a.ICalActivities)
v1.GET("/holidays.ics", a.ICalHolidays)
}

// Init API server
Expand Down

0 comments on commit 509c583

Please sign in to comment.