Add profile update.
This commit is contained in:
parent
171ef33cbb
commit
5142a8efbb
4 changed files with 46 additions and 2 deletions
|
|
@ -69,6 +69,8 @@ defmodule Pleroma.Web.Router do
|
|||
get "/account/verify_credentials", TwitterAPI.Controller, :verify_credentials
|
||||
post "/account/verify_credentials", TwitterAPI.Controller, :verify_credentials
|
||||
|
||||
post "/account/update_profile", TwitterAPI.Controller, :update_profile
|
||||
|
||||
post "/account/most_recent_notification", TwitterAPI.Controller, :update_most_recent_notification
|
||||
|
||||
get "/statuses/home_timeline", TwitterAPI.Controller, :friends_timeline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue