Add deletion to masto api.
This commit is contained in:
parent
be04f725e9
commit
4dc517a0bb
5 changed files with 56 additions and 4 deletions
|
|
@ -56,6 +56,7 @@ defmodule Pleroma.Web.Router do
|
|||
get "/timelines/home", MastodonAPIController, :home_timeline
|
||||
|
||||
post "/statuses", MastodonAPIController, :post_status
|
||||
delete "/statuses/:id", MastodonAPIController, :delete_status
|
||||
end
|
||||
|
||||
scope "/api", Pleroma.Web do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue