Add webm mime type to utils.cr (#413)

This commit is contained in:
Flora Rosenkreuz 2017-10-13 07:37:50 -05:00 committed by Serdar Dogruyol
parent 5d737ee8f3
commit 0b9628dfea
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ module Kemal
when ".woff" then "application/font-woff"
when ".woff2" then "font/woff2"
when ".mp4" then "video/mp4"
when ".webm" then "video/webm"
else "application/octet-stream"
end
end