mirror of https://github.com/veops/cmdb.git
fix: icon svg support (#177)
This commit is contained in:
parent
82d4c4f961
commit
cd451060e3
|
@ -11,7 +11,7 @@ from api.resource import APIView
|
||||||
prefix = '/file'
|
prefix = '/file'
|
||||||
|
|
||||||
ALLOWED_EXTENSIONS = {
|
ALLOWED_EXTENSIONS = {
|
||||||
'txt', 'pdf', 'png', 'jpg', 'jpeg', 'gif', 'xls', 'xlsx', 'doc', 'docx', 'ppt', 'pptx', 'csv'
|
'txt', 'pdf', 'png', 'jpg', 'jpeg', 'gif', 'xls', 'xlsx', 'doc', 'docx', 'ppt', 'pptx', 'csv', 'svg'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue