aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/entry_toggle_bookmark.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/entry_toggle_bookmark.go')
-rw-r--r--ui/entry_toggle_bookmark.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/entry_toggle_bookmark.go b/ui/entry_toggle_bookmark.go
index 423fde8..9d94cd1 100644
--- a/ui/entry_toggle_bookmark.go
+++ b/ui/entry_toggle_bookmark.go
@@ -28,5 +28,5 @@ func (c *Controller) ToggleBookmark(w http.ResponseWriter, r *http.Request) {
return
}
- json.OK(w, "OK")
+ json.OK(w, r, "OK")
}