diff --git a/backend/services/http/main.go b/backend/services/http/main.go index 27a83548b..4a07d516a 100644 --- a/backend/services/http/main.go +++ b/backend/services/http/main.go @@ -66,7 +66,7 @@ func main() { w.Header().Set("Access-Control-Allow-Methods", "POST") w.Header().Set("Access-Control-Allow-Headers", "Content-Type,Authorization") if r.Method == http.MethodOptions { - w.Header().Set("Cache-Control", "max-age=86400") + //w.Header().Set("Cache-Control", "max-age=86400") w.WriteHeader(http.StatusOK) return }