Added endpoint for changing passwords
[akkoma] / lib / pleroma / web / router.ex
index 2b5209b75c768f3413ae351c16c63fbd28657267..9389244b1ed1f864fc4b19ba3f38e5670912a398 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("/change_password", UtilController, :change_password)
     post("/delete_account", UtilController, :delete_account)
   end