dev@locazia: add text/plain
This commit is contained in:
parent
913472f4e6
commit
4d254d9bac
|
|
@ -35,6 +35,7 @@ ALLOWED_CONTENT_TYPES = [
|
|||
'image/jpeg', 'image/png', 'image/gif', 'image/webp',
|
||||
'video/mp4', 'video/webm', 'video/ogg',
|
||||
'audio/mpeg', 'audio/ogg', 'audio/wav',
|
||||
'text/plain'
|
||||
]
|
||||
|
||||
TESTNET = bool(int(os.getenv('TESTNET', '0')))
|
||||
|
|
|
|||
Loading…
Reference in New Issue