Merge branch 'account-notes' into 'develop'
[akkoma] / lib / pleroma / web / router.ex
index 965cd507ff4707d00c2b2383e718d1eb1288ca96..9ce35ad6bd597d68ead6fd7af1bc72b4b139bfbc 100644 (file)
@@ -475,6 +475,7 @@ defmodule Pleroma.Web.Router do
     post("/accounts/:id/unblock", AccountController, :unblock)
     post("/accounts/:id/mute", AccountController, :mute)
     post("/accounts/:id/unmute", AccountController, :unmute)
+    post("/accounts/:id/note", AccountController, :note)
 
     get("/conversations", ConversationController, :index)
     post("/conversations/:id/read", ConversationController, :mark_as_read)