Skip to content

Commit abca584

Browse files
committed
Add webp extension to default mimetypes map
Fixes #460.
1 parent 8d22b78 commit abca584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ring-core/src/ring/util/mime_type.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"txt" "text/plain"
8989
"wasm" "application/wasm"
9090
"webm" "video/webm"
91+
"webp" "image/webp"
9192
"wmv" "video/x-ms-wmv"
9293
"woff" "font/woff"
9394
"woff2" "font/woff2"

0 commit comments

Comments
 (0)