summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 2a06432..ab42630 100644
--- a/main.go
+++ b/main.go
@@ -64,7 +64,6 @@ func postIndex() http.Handler {
}
}
slog.Info("post", "word", query, "invalid", data.Invalid)
- w.Header().Set("Cache-Control", "no-store, no-cache")
indexTemplate.ExecuteTemplate(w, "index.html", data)
})
}