master
Evan Chen 2022-01-08 15:05:36 +08:00
parent cade851df3
commit 8f1aae0bc8
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ func (srv Service) Load() error {
if err != nil {
panic(err)
}
c.Header("Content-Type", "text/calendar; charset=utf-8")
c.String(200, ics)
})