activitypub controller: note that the HTTP Host header must be forwarded for http...
[akkoma] / lib / pleroma / web / router.ex
index c202cb8102bac99a18df9f77a41796f3c928e014..2b5209b75c768f3413ae351c16c63fbd28657267 100644 (file)
@@ -73,6 +73,7 @@ defmodule Pleroma.Web.Router do
   scope "/api/pleroma", Pleroma.Web.TwitterAPI do
     pipe_through(:authenticated_api)
     post("/follow_import", UtilController, :follow_import)
+    post("/delete_account", UtilController, :delete_account)
   end
 
   scope "/oauth", Pleroma.Web.OAuth do