Return right mime type for SVG.
This commit is contained in:
parent
a635f7d916
commit
515ffb8a8a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user