Merge remote-tracking branch 'upstream/develop' into linkify
[akkoma] / lib / pleroma / web / router.ex
index 9eee74e6c31b7ee4117de9f88bb9f2bb0c57de26..386308362b6baaf295b70932e3270846cfce2b2f 100644 (file)
@@ -328,10 +328,6 @@ defmodule Pleroma.Web.Router do
       delete("/statuses/:id/reactions/:emoji", EmojiReactionController, :delete)
       post("/notifications/read", NotificationController, :mark_as_read)
 
-      patch("/accounts/update_avatar", AccountController, :update_avatar)
-      patch("/accounts/update_banner", AccountController, :update_banner)
-      patch("/accounts/update_background", AccountController, :update_background)
-
       get("/mascot", MascotController, :show)
       put("/mascot", MascotController, :update)