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):