mastodon api: implement /api/v1/lists stub

This commit is contained in:
William Pitcock 2018-04-07 22:27:00 +00:00
parent 8f9bcc4ab0
commit 52a1a40d7d
1 changed files with 1 additions and 0 deletions

View File

@ -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)