Skip to content

Commit e880edd

Browse files
committed
Update __init__.py
1 parent c5d5169 commit e880edd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
app = Flask(__name__, template_folder='templates/default')
4747

4848

49-
# curl --compressed -I "http://127.0.0.1:44010/" -H "Accept-Encoding: gzip" --write-out "%{json}"
49+
# curl --compressed -I "http://127.0.0.1:44010/" -H "Accept-Encoding: zstd" --write-out "%{json}"
5050
app.config["COMPRESS_ALGORITHM"] = ["zstd", "br", "gzip", "deflate"]
5151
Compress(app)
5252

0 commit comments

Comments
 (0)