Skip to content

Commit b9671f6

Browse files
authored
Add "docx" mime-type to mime_type.clj
1 parent f92911c commit b9671f6

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
@@ -26,6 +26,7 @@
2626
"dmg" "application/octet-stream"
2727
"dms" "application/octet-stream"
2828
"doc" "application/msword"
29+
"docx" "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
2930
"dvi" "application/x-dvi"
3031
"edn" "application/edn"
3132
"eot" "application/vnd.ms-fontobject"

0 commit comments

Comments
 (0)