Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into feature/help-test

This commit is contained in:
dtluna 2017-04-16 17:10:25 +03:00
commit 85bd480be3
22 changed files with 143 additions and 47 deletions

View file

@ -47,5 +47,6 @@ defmodule Pleroma.Web.Router do
post "/favorites/create", TwitterAPI.Controller, :favorite
post "/favorites/destroy/:id", TwitterAPI.Controller, :unfavorite
post "/statuses/retweet/:id", TwitterAPI.Controller, :retweet
post "/qvitter/update_avatar", TwitterAPI.Controller, :update_avatar
end
end