Merge branch 'mastodon-emoji-endpoint' into 'develop'
Add mastodon API endpoint for custom emoji. See merge request pleroma/pleroma!8
This commit is contained in:
commit
be67db5547
4 changed files with 15 additions and 2 deletions
|
|
@ -91,6 +91,7 @@ defmodule Pleroma.Web.Router do
|
|||
pipe_through :api
|
||||
get "/instance", MastodonAPIController, :masto_instance
|
||||
post "/apps", MastodonAPIController, :create_app
|
||||
get "/custom_emojis", MastodonAPIController, :custom_emojis
|
||||
|
||||
get "/timelines/public", MastodonAPIController, :public_timeline
|
||||
get "/timelines/tag/:tag", MastodonAPIController, :hashtag_timeline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue