diff options
-rw-r--r-- | pkg/webui/states.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/webui/states.go b/pkg/webui/states.go index 9e3ce27..0e956fb 100644 --- a/pkg/webui/states.go +++ b/pkg/webui/states.go @@ -16,8 +16,6 @@ func handleStatesGET(db *database.DB) http.Handler { States []model.State } return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { - w.Header().Set("Cache-Control", "no-store, no-cache") - states, err := db.LoadStatesByPath() if err != nil { errorResponse(w, http.StatusInternalServerError, err) |