Update CLOC

This commit is contained in:
2025-08-04 11:41:12 +02:00
parent 43eb609b4a
commit 53b40ca91d
3 changed files with 13 additions and 12 deletions

2
app.py
View File

@@ -20,7 +20,7 @@ app.config['BABEL_TRANSLATION_DIRECTORIES'] = 'translations'
babel = Babel()
# Version der App
APP_VERSION = "1.4.15"
APP_VERSION = "1.4.16"
def add_cache_headers(response):
"""Fügt Cache-Control-Header hinzu, die den Back-Forward-Cache ermöglichen"""