uprawnienia do stacji i usuwanie firm

This commit is contained in:
Mateusz Gruszczyński
2026-07-13 15:32:00 +02:00
parent a989889e3f
commit 31f10fc8d9
3 changed files with 2 additions and 4 deletions
-2
View File
@@ -58,8 +58,6 @@ def create_app(test_config=None):
response.headers["Cache-Control"] = "public, max-age=2592000, immutable"
elif response.mimetype == "text/html":
response.headers["Cache-Control"] = "no-store, no-cache, private, must-revalidate"
response.headers["Pragma"] = "no-cache"
response.headers["Expires"] = "0"
return response
@login_manager.user_loader