Add profile update.

This commit is contained in:
Roger Braun 2017-08-29 15:14:00 +02:00
commit 5142a8efbb
4 changed files with 46 additions and 2 deletions

View file

@ -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