dev@locazia: add text/plain

This commit is contained in:
user 2024-03-04 17:56:52 +03:00
parent 913472f4e6
commit 4d254d9bac
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ ALLOWED_CONTENT_TYPES = [
'image/jpeg', 'image/png', 'image/gif', 'image/webp', 'image/jpeg', 'image/png', 'image/gif', 'image/webp',
'video/mp4', 'video/webm', 'video/ogg', 'video/mp4', 'video/webm', 'video/ogg',
'audio/mpeg', 'audio/ogg', 'audio/wav', 'audio/mpeg', 'audio/ogg', 'audio/wav',
'text/plain'
] ]
TESTNET = bool(int(os.getenv('TESTNET', '0'))) TESTNET = bool(int(os.getenv('TESTNET', '0')))