projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f9bcc4
)
mastodon api: implement /api/v1/lists stub
author
William Pitcock
<nenolod@dereferenced.org>
Sat, 7 Apr 2018 22:27:00 +0000
(22:27 +0000)
committer
William Pitcock
<nenolod@dereferenced.org>
Sat, 7 Apr 2018 22:29:27 +0000
(17:29 -0500)
lib/pleroma/web/router.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/router.ex
b/lib/pleroma/web/router.ex
index 5f27f3caaab30cb9f31140cc152cdf7632d63569..f240077843348c4d702a1d740d47400469c49997 100644
(file)
--- a/
lib/pleroma/web/router.ex
+++ b/
lib/pleroma/web/router.ex
@@
-100,6
+100,7
@@
defmodule Pleroma.Web.Router do
get("/domain_blocks", MastodonAPIController, :empty_array)
get("/follow_requests", MastodonAPIController, :empty_array)
get("/mutes", MastodonAPIController, :empty_array)
+ get("/lists", MastodonAPIController, :empty_array)
get("/timelines/home", MastodonAPIController, :home_timeline)