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
|
||||
|
||||
def content_type
|
||||
"image/svg"
|
||||
"image/svg+xml"
|
||||
end
|
||||
|
||||
def filename
|
||||
|
|
Loading…
Reference in New Issue
Block a user