Этот коммит содержится в:
Christopher Speller
2015-12-14 19:01:22 -05:00
родитель 6c7c04f38d f51d45f6cb
Коммит 74f427fb1a
11 изменённых файлов: 41 добавлений и 25 удалений

Просмотреть файл

@@ -1062,5 +1062,7 @@ func searchPosts(c *Context, w http.ResponseWriter, r *http.Request) {
}
}
w.Header().Set("Cache-Control", "no-cache, no-store, must-revalidate")
w.Header().Set("Expires", "0")
w.Write([]byte(posts.ToJson()))
}