Skip to content

Commit cc73031

Browse files
authored
Merge pull request #480 from rutchkiwi/master
Add .xlsx extension to the mimetypes map
2 parents abca584 + f0ea4f6 commit cc73031

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
@@ -94,6 +94,7 @@
9494
"woff2" "font/woff2"
9595
"xbm" "image/x-xbitmap"
9696
"xls" "application/vnd.ms-excel"
97+
"xlsx" "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
9798
"xml" "text/xml"
9899
"xpm" "image/x-xpixmap"
99100
"xwd" "image/x-xwindowdump"

0 commit comments

Comments
 (0)