feat: support mime type for epub extension

pull/3425/head
Enzo Hamelin 2024-08-26 10:53:08 +02:00 committed by GitHub
parent 83898d616f
commit bdbb547bbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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