Skip to content

Commit

Permalink
Add "docx" mime-type to mime_type.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
suvratapte authored Aug 8, 2024
1 parent f92911c commit b9671f6
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 @@ -26,6 +26,7 @@
"dmg" "application/octet-stream"
"dms" "application/octet-stream"
"doc" "application/msword"
"docx" "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
"dvi" "application/x-dvi"
"edn" "application/edn"
"eot" "application/vnd.ms-fontobject"
Expand Down

0 comments on commit b9671f6

Please sign in to comment.