Add banner and background updating.
This commit is contained in:
parent
5142a8efbb
commit
6c3a0ffae4
3 changed files with 36 additions and 3 deletions
|
|
@ -70,6 +70,8 @@ defmodule Pleroma.Web.Router do
|
|||
post "/account/verify_credentials", TwitterAPI.Controller, :verify_credentials
|
||||
|
||||
post "/account/update_profile", TwitterAPI.Controller, :update_profile
|
||||
post "/account/update_profile_banner", TwitterAPI.Controller, :update_banner
|
||||
post "/qvitter/update_background_image", TwitterAPI.Controller, :update_background
|
||||
|
||||
post "/account/most_recent_notification", TwitterAPI.Controller, :update_most_recent_notification
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue