feat: support mime type for epub extension (#3425)
parent
043cdbf402
commit
f6f7e5fea3
|
@ -597,6 +597,7 @@ var types = map[string]string{
|
||||||
".m3u8": "application/x-mpegURL",
|
".m3u8": "application/x-mpegURL",
|
||||||
".mpd": "application/dash+xml",
|
".mpd": "application/dash+xml",
|
||||||
".webp": "image/webp",
|
".webp": "image/webp",
|
||||||
|
".epub": "application/epub+zip",
|
||||||
}
|
}
|
||||||
|
|
||||||
//nolint:gochecknoinits
|
//nolint:gochecknoinits
|
||||||
|
|
Loading…
Reference in New Issue