Add report notes

This commit is contained in:
Maxim Filippov 2019-12-03 23:54:07 +09:00
commit 4b60d41db9
12 changed files with 168 additions and 143 deletions

View file

@ -187,7 +187,7 @@ defmodule Pleroma.Web.Router do
get("/grouped_reports", AdminAPIController, :list_grouped_reports)
get("/reports/:id", AdminAPIController, :report_show)
patch("/reports", AdminAPIController, :reports_update)
post("/reports/:id/respond", AdminAPIController, :report_respond)
post("/reports/:id/notes", AdminAPIController, :report_notes_create)
put("/statuses/:id", AdminAPIController, :status_update)
delete("/statuses/:id", AdminAPIController, :status_delete)