chore(ods): remove useless caching directives
This commit is contained in:
parent
d023b41fa8
commit
7330d3ad33
1 changed files with 0 additions and 1 deletions
1
main.go
1
main.go
|
@ -64,7 +64,6 @@ func postIndex() http.Handler {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
slog.Info("post", "word", query, "invalid", data.Invalid)
|
slog.Info("post", "word", query, "invalid", data.Invalid)
|
||||||
w.Header().Set("Cache-Control", "no-store, no-cache")
|
|
||||||
indexTemplate.ExecuteTemplate(w, "index.html", data)
|
indexTemplate.ExecuteTemplate(w, "index.html", data)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue