Added endpoint for user account deletion
This commit is contained in:
parent
89954a2ce7
commit
a16117225f
5 changed files with 88 additions and 0 deletions
|
|
@ -211,6 +211,8 @@ defmodule Pleroma.Web.Router do
|
|||
post("/account/update_profile_banner", TwitterAPI.Controller, :update_banner)
|
||||
post("/qvitter/update_background_image", TwitterAPI.Controller, :update_background)
|
||||
|
||||
post("/account/delete_account", TwitterAPI.Controller, :delete_account)
|
||||
|
||||
post(
|
||||
"/account/most_recent_notification",
|
||||
TwitterAPI.Controller,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue