diff options
Diffstat (limited to 'ui/entry_update_status.go')
-rw-r--r-- | ui/entry_update_status.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/entry_update_status.go b/ui/entry_update_status.go index 3174d85f..bafa0a09 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") } |