Skip to content

Commit

Permalink
Add .xlsx extension to the mimetypes map
Browse files Browse the repository at this point in the history
  • Loading branch information
rutchkiwi committed Jun 5, 2023
1 parent abca584 commit e455926
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 @@ -94,6 +94,7 @@
"woff2" "font/woff2"
"xbm" "image/x-xbitmap"
"xls" "application/vnd.ms-excel"
"xlsx" "ring-core/src/ring/util/mime_type.clj"
"xml" "text/xml"
"xpm" "image/x-xpixmap"
"xwd" "image/x-xwindowdump"
Expand Down

0 comments on commit e455926

Please sign in to comment.