Skip to content

Commit

Permalink
Merge pull request #510 from suvratapte/patch-1
Browse files Browse the repository at this point in the history
Add "docx" mime-type to mime_type.clj
  • Loading branch information
weavejester authored Aug 8, 2024
2 parents f92911c + b9671f6 commit 7d54a32
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 7d54a32

Please sign in to comment.