Skip to content

Commit

Permalink
Add webp extension to default mimetypes map
Browse files Browse the repository at this point in the history
Fixes #460.
  • Loading branch information
weavejester committed May 17, 2023
1 parent 8d22b78 commit abca584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ring-core/src/ring/util/mime_type.clj
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"txt" "text/plain"
"wasm" "application/wasm"
"webm" "video/webm"
"webp" "image/webp"
"wmv" "video/x-ms-wmv"
"woff" "font/woff"
"woff2" "font/woff2"
Expand Down

0 comments on commit abca584

Please sign in to comment.