don't think caching helps here

This commit is contained in:
Ted Unangst 2019-10-28 16:17:53 -04:00
parent 9594c5be2a
commit f7d33094fe
1 changed files with 0 additions and 1 deletions

1
web.go
View File

@ -786,7 +786,6 @@ func showontology(w http.ResponseWriter, r *http.Request) {
j["totalItems"] = len(xids)
j["orderedItems"] = xids
w.Header().Set("Cache-Control", "max-age=300")
j.Write(w)
return
}