MastoAPI: Add unimplemented status card endpoint.

This commit is contained in:
eal 2018-03-09 20:56:21 +02:00
commit 18e1202a3b
2 changed files with 6 additions and 0 deletions

View file

@ -132,6 +132,7 @@ defmodule Pleroma.Web.Router do
get "/statuses/:id", MastodonAPIController, :get_status
get "/statuses/:id/context", MastodonAPIController, :get_context
get "/statuses/:id/card", MastodonAPIController, :empty_object
get "/statuses/:id/favourited_by", MastodonAPIController, :favourited_by
get "/statuses/:id/reblogged_by", MastodonAPIController, :reblogged_by