Skip to content

Commit

Permalink
feat: support mime type for epub extension (#3425)
Browse files Browse the repository at this point in the history
  • Loading branch information
zozoh94 authored Aug 29, 2024
1 parent 043cdbf commit f6f7e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/mime.go
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ var types = map[string]string{
".m3u8": "application/x-mpegURL",
".mpd": "application/dash+xml",
".webp": "image/webp",
".epub": "application/epub+zip",
}

//nolint:gochecknoinits
Expand Down

0 comments on commit f6f7e5f

Please sign in to comment.