Update MIME type for .blend to application/x-blender
This commit is contained in:
@@ -39,7 +39,7 @@ file_storage = Blueprint('file_storage', __name__,
|
||||
static_folder='../../static/storage', )
|
||||
|
||||
# Add our own extensions to the mimetypes package
|
||||
mimetypes.add_type('application/x-blend', '.blend')
|
||||
mimetypes.add_type('application/x-blender', '.blend')
|
||||
|
||||
|
||||
@file_storage.route('/gcs/<bucket_name>/<subdir>/')
|
||||
|
Reference in New Issue
Block a user