Skip to content
Snippets Groups Projects
Commit 7469616f authored by lambadalambda's avatar lambadalambda
Browse files

Merge branch 'bugfix/verify_credentials_get' into 'develop'

account/verify_credentials bugfix

See merge request !2
parents 1b086834 48b6ae23
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ defmodule Pleroma.Web.Router do
scope "/api", Pleroma.Web do
pipe_through :authenticated_api
get "/account/verify_credentials", TwitterAPI.Controller, :verify_credentials
post "/account/verify_credentials", TwitterAPI.Controller, :verify_credentials
post "/statuses/update", TwitterAPI.Controller, :status_update
get "/statuses/friends_timeline", TwitterAPI.Controller, :friends_timeline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment