Merge branch 'streamer-refactoring' into 'develop'
[akkoma] / lib / pleroma / web / router.ex
index badc7e048fb949b6b30942b2b8d0aad716dc144a..401133bf3d750c4a55adaf3dafce2b09467bad9b 100644 (file)
@@ -225,6 +225,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)