From accfec9007a75214d781228b8eb91928c47b6f3d Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 9 Dec 2022 15:22:56 +0530 Subject: [PATCH] Space --- ui/server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/server.py b/ui/server.py index fd2557e2..b3c54342 100644 --- a/ui/server.py +++ b/ui/server.py @@ -20,7 +20,6 @@ server_api = FastAPI() # don't show access log entries for URLs that start with the given prefix ACCESS_LOG_SUPPRESS_PATH_PREFIXES = ['/ping', '/image', '/modifier-thumbnails'] - NOCACHE_HEADERS={"Cache-Control": "no-cache, no-store, must-revalidate", "Pragma": "no-cache", "Expires": "0"} class NoCacheStaticFiles(StaticFiles):