X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpleroma%2Fweb%2Frouter.ex;h=b0464037e83ab03dadd11ab3839a96b0b4cb12db;hb=d1a84ceec88ddd1bc2538cae8a4b6e72cde4fe6f;hp=7cd59acb2725d28d4b9ca04b66556a0f24fcaece;hpb=d8b76c79f274c863e7464f62bf3b71aaa54174ce;p=akkoma diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex index 7cd59acb2..b0464037e 100644 --- a/lib/pleroma/web/router.ex +++ b/lib/pleroma/web/router.ex @@ -224,6 +224,7 @@ defmodule Pleroma.Web.Router do scope [] do pipe_through(:oauth_write) + post("/change_email", UtilController, :change_email) post("/change_password", UtilController, :change_password) post("/delete_account", UtilController, :delete_account) put("/notification_settings", UtilController, :update_notificaton_settings)