Return right mime type for SVG.

This commit is contained in:
Mathias Meyer 2014-03-19 15:05:11 +01:00
parent a635f7d916
commit 515ffb8a8a

View File

@ -10,7 +10,7 @@ module Travis::Api::App::Responders
end end
def content_type def content_type
"image/svg" "image/svg+xml"
end end
def filename def filename