Add test for help/test resource

This commit is contained in:
dtluna 2017-04-10 16:00:57 +03:00
commit 59a406d94c
2 changed files with 8 additions and 0 deletions

View file

@ -21,6 +21,7 @@ defmodule Pleroma.Web.Router do
scope "/api", Pleroma.Web do
pipe_through :api
get "/help/test", TwitterAPI.Controller, :help_test
get "/statuses/public_timeline", TwitterAPI.Controller, :public_timeline
get "/statuses/public_and_external_timeline", TwitterAPI.Controller, :public_timeline