summaryrefslogtreecommitdiff
path: root/internal/api/client/status/status.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/status/status.go')
-rw-r--r--internal/api/client/status/status.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/api/client/status/status.go b/internal/api/client/status/status.go
index c5959edb0..dec6bebce 100644
--- a/internal/api/client/status/status.go
+++ b/internal/api/client/status/status.go
@@ -98,6 +98,7 @@ func (m *Module) Route(r router.Router) error {
r.AttachHandler(http.MethodGet, FavouritedPath, m.StatusFavedByGETHandler)
r.AttachHandler(http.MethodPost, ReblogPath, m.StatusBoostPOSTHandler)
+ r.AttachHandler(http.MethodPost, UnreblogPath, m.StatusUnboostPOSTHandler)
r.AttachHandler(http.MethodGet, RebloggedPath, m.StatusBoostedByGETHandler)
r.AttachHandler(http.MethodGet, ContextPath, m.StatusContextGETHandler)