Merge branch 'feature/add-oauth-tokens-endpoint' into 'develop'
Add OAuth tokens endpoint See merge request pleroma/pleroma!805
This commit is contained in:
commit
7456338ed3
6 changed files with 109 additions and 1 deletions
|
|
@ -392,6 +392,9 @@ defmodule Pleroma.Web.Router do
|
|||
get("/qvitter/mutes", TwitterAPI.Controller, :raw_empty_array)
|
||||
|
||||
get("/externalprofile/show", TwitterAPI.Controller, :external_profile)
|
||||
|
||||
get("/oauth_tokens", TwitterAPI.Controller, :oauth_tokens)
|
||||
delete("/oauth_tokens/:id", TwitterAPI.Controller, :revoke_token)
|
||||
end
|
||||
|
||||
pipeline :ap_relay do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue