Fix some cache errors with editor
This commit is contained in:
@@ -29,7 +29,7 @@ func latestBlogsHandle(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
|
||||
func blogHandle(w http.ResponseWriter, r *http.Request, blog string) {
|
||||
bl, err := blogApp.Blog(r.Context(), blog)
|
||||
bl, err := blogApp.Blog(r.Context(), blog, true)
|
||||
if err != nil {
|
||||
if err == backend.ErrNotFound {
|
||||
w.WriteHeader(404)
|
||||
|
||||
Reference in New Issue
Block a user