feat: support mime type for epub extension (#3425)

pull/3436/head
Enzo Hamelin 2024-08-29 22:45:05 +02:00 committed by GitHub
parent 043cdbf402
commit f6f7e5fea3
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