aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma
diff options
context:
space:
mode:
authordtluna <dtluna@openmailbox.org>2017-04-10 16:00:57 +0300
committerdtluna <dtluna@openmailbox.org>2017-04-10 16:00:57 +0300
commit59a406d94cbb1df2f3c7b6b7844f1141cc661f7c (patch)
tree302ca5032accde7e5d40827c40b0168e8f049926 /lib/pleroma
parent9383c0aada01ac1b4898aab02798ea3f9a9ea5a5 (diff)
downloadpleroma-59a406d94cbb1df2f3c7b6b7844f1141cc661f7c.tar.gz
Add test for help/test resource
Diffstat (limited to 'lib/pleroma')
-rw-r--r--lib/pleroma/web/router.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex
index e52a95657..e37bd1f72 100644
--- a/lib/pleroma/web/router.ex
+++ b/lib/pleroma/web/router.ex
@@ -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