chore(dep): bump flask from 3.0.1 to 3.1.0 and flask-compress to 1.17 (#11195)
This commit is contained in:
@@ -7,11 +7,5 @@ def init_app(app: Flask):
|
||||
if dify_config.API_COMPRESSION_ENABLED:
|
||||
from flask_compress import Compress
|
||||
|
||||
app.config["COMPRESS_MIMETYPES"] = [
|
||||
"application/json",
|
||||
"image/svg+xml",
|
||||
"text/html",
|
||||
]
|
||||
|
||||
compress = Compress()
|
||||
compress.init_app(app)
|
||||
|
Reference in New Issue
Block a user