Add svg to supported mimetypes (#302)
This commit is contained in:
@@ -554,6 +554,7 @@ class Response:
|
||||
'json': 'application/json',
|
||||
'png': 'image/png',
|
||||
'txt': 'text/plain',
|
||||
'svg': 'image/svg+xml',
|
||||
}
|
||||
|
||||
send_file_buffer_size = 1024
|
||||
|
||||
Reference in New Issue
Block a user