diff --git a/src/kemal/helpers/utils.cr b/src/kemal/helpers/utils.cr index 9764dec..a107a5c 100644 --- a/src/kemal/helpers/utils.cr +++ b/src/kemal/helpers/utils.cr @@ -24,6 +24,7 @@ module Kemal when ".otf", ".ttf" then "application/font-sfnt" when ".woff" then "application/font-woff" when ".woff2" then "font/woff2" + when ".mp4" then "video/mp4" else "application/octet-stream" end end