Skip to content
Snippets Groups Projects
Commit 48b6ae23 authored by dtluna's avatar dtluna
Browse files

Add GET route for verify_credentials

parent 0016589a
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