mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 22:54:11 +00:00
[api]fix a bug for svg mime type
This commit is contained in:
@@ -317,7 +317,7 @@ MIME_MAP = {
|
||||
'sv4cpio': 'application/x-sv4cpio',
|
||||
'sv4crc': 'application/x-sv4crc',
|
||||
'svf': 'image/vnd',
|
||||
'svg': 'image/svg-xml',
|
||||
'svg': 'image/svg+xml',
|
||||
'svh': 'image/svh',
|
||||
'svr': 'x-world/x-svr',
|
||||
'swf': 'application/x-shockwave-flash',
|
||||
|
Reference in New Issue
Block a user