From 611b23e2429849b29da8165259a60d4cd07743fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Tue, 14 Jul 2026 14:57:35 +0200 Subject: [PATCH] split api pythons --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__init__.py b/app/__init__.py index 1fb27aa..6e7a525 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -57,7 +57,7 @@ def create_app(test_config=None): else: response.headers["Cache-Control"] = "public, max-age=3600, immutable" elif response.mimetype == "text/html": - response.headers["Cache-Control"] = "private, no-store," + response.headers["Cache-Control"] = "private, no-store" return response @login_manager.user_loader