diff options
author | lain <lain@soykaf.club> | 2018-11-14 20:41:12 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-11-14 20:41:12 +0100 |
commit | 27aa136aacb43084089234df59649bc81e53d63c (patch) | |
tree | 59495724844dd6d6998c3ea4f5609c6ec1ef3757 /lib | |
parent | 7b170cd6161166e153ad54856d5f1cf189f4e3ae (diff) | |
download | pleroma-27aa136aacb43084089234df59649bc81e53d63c.tar.gz pleroma-27aa136aacb43084089234df59649bc81e53d63c.zip |
Format.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/router.ex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex index 5ca867871..462369806 100644 --- a/lib/pleroma/web/router.ex +++ b/lib/pleroma/web/router.ex @@ -248,7 +248,6 @@ defmodule Pleroma.Web.Router do ) get("/statuses/networkpublic_timeline", TwitterAPI.Controller, :public_and_external_timeline) - end scope "/api", Pleroma.Web, as: :twitter_api_search do |