From 9f6533ece90c6b528dd0af6f1b6dec4a7fa2fa3b Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 19 Jul 2018 19:27:05 -0700 Subject: Compress JSON, CSS and Javascript responses --- ui/entry_update_status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/entry_update_status.go') 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") } -- cgit v1.2.3