Add svg to supported mimetypes (#302)

This commit is contained in:
Ozuba
2025-06-30 13:24:24 +02:00
committed by GitHub
parent 7c98c4589d
commit 1d419ce59b

View File

@@ -554,6 +554,7 @@ class Response:
'json': 'application/json',
'png': 'image/png',
'txt': 'text/plain',
'svg': 'image/svg+xml',
}
send_file_buffer_size = 1024