aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/entry_update_status.go
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-07-19 19:27:05 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-07-19 19:27:05 -0700
commit9f6533ece90c6b528dd0af6f1b6dec4a7fa2fa3b (patch)
tree59349657a1d5a700abab38332d4e7240533ab4d3 /ui/entry_update_status.go
parenta291d8a38b40569fdd1f00125ca0b29e4b9264f2 (diff)
Compress JSON, CSS and Javascript responses
Diffstat (limited to 'ui/entry_update_status.go')
-rw-r--r--ui/entry_update_status.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/entry_update_status.go b/ui/entry_update_status.go
index 3174d85..bafa0a0 100644
--- a/ui/entry_update_status.go
+++ b/ui/entry_update_status.go
@@ -35,5 +35,5 @@ func (c *Controller) UpdateEntriesStatus(w http.ResponseWriter, r *http.Request)
return
}
- json.OK(w, "OK")
+ json.OK(w, r, "OK")
}