Add PUT /api/pleroma/notification_settings endpoint
[akkoma] / lib / pleroma / web / router.ex
index 32e5f7644c4023a989857cae030af39bc8bfa3da..36cbf0f572b8eaa7902a6d0bfe4a8125e306396e 100644 (file)
@@ -182,6 +182,7 @@ defmodule Pleroma.Web.Router do
 
       post("/change_password", UtilController, :change_password)
       post("/delete_account", UtilController, :delete_account)
+      put("/notification_settings", UtilController, :update_notificaton_settings)
     end
 
     scope [] do