diff options
author | FChannel <=> | 2021-01-26 13:39:08 -0800 |
---|---|---|
committer | FChannel <=> | 2021-01-26 13:39:08 -0800 |
commit | 36e9b49ac109b542e080ce967eb782b885d9b7d3 (patch) | |
tree | ff38e8afbf5bb57cbcb74af687351d1bbd6ae5c3 /main.go | |
parent | a589c58ed85eece34a8e3938219bd0264238b2a8 (diff) |
tombstone cache posts
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -705,7 +705,6 @@ func main() { http.Redirect(w, r, r.Header.Get("Referer"), http.StatusSeeOther) return } - w.WriteHeader(http.StatusBadRequest) w.Write([]byte("")) |