From d2c756a08a784bbeed540be6b6cd701bc6786014 Mon Sep 17 00:00:00 2001 From: dami Date: Sat, 4 Apr 2026 22:13:22 +0800 Subject: [PATCH] Update __init__.py --- web/admin/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/admin/__init__.py b/web/admin/__init__.py index 54c8da8e7..61bfebf2e 100644 --- a/web/admin/__init__.py +++ b/web/admin/__init__.py @@ -45,6 +45,8 @@ setup.init() app = Flask(__name__, template_folder='templates/default') + +# curl --compressed -I "http://127.0.0.1:44010/" -H "Accept-Encoding: br" --write-out "%{json}" app.config["COMPRESS_ALGORITHM"] = ["zstd", "br", "gzip", "deflate"] Compress(app)