removing grouped reports admin api endpoint
This commit is contained in:
parent
e999c67cee
commit
b607ae1a1c
5 changed files with 1 additions and 335 deletions
|
|
@ -186,7 +186,6 @@ defmodule Pleroma.Web.Router do
|
|||
patch("/users/resend_confirmation_email", AdminAPIController, :resend_confirmation_email)
|
||||
|
||||
get("/reports", AdminAPIController, :list_reports)
|
||||
get("/grouped_reports", AdminAPIController, :list_grouped_reports)
|
||||
get("/reports/:id", AdminAPIController, :report_show)
|
||||
patch("/reports", AdminAPIController, :reports_update)
|
||||
post("/reports/:id/notes", AdminAPIController, :report_notes_create)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue