diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-03 17:54:21 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-03 19:26:10 +0300 |
commit | cc1d1ee4069c47d2e5e91347438b2a6c7bff86cf (patch) | |
tree | 879174193f46f6e4a1d641990c82725c8e4d4a60 /lib/pleroma/web/endpoint.ex | |
parent | 46ffd8b3b6359ec796733a8fff5bdb7d03a728d5 (diff) | |
download | pleroma-cc1d1ee4069c47d2e5e91347438b2a6c7bff86cf.tar.gz |
Mastdon API: Add ability to get a remote account by nickname to
`/api/v1/accounts/:id`
Diffstat (limited to 'lib/pleroma/web/endpoint.ex')
-rw-r--r-- | lib/pleroma/web/endpoint.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/endpoint.ex b/lib/pleroma/web/endpoint.ex index c123530dc..eb805e853 100644 --- a/lib/pleroma/web/endpoint.ex +++ b/lib/pleroma/web/endpoint.ex @@ -57,7 +57,7 @@ defmodule Pleroma.Web.Endpoint do plug(Phoenix.CodeReloader) end - plug(TrailingFormatPlug) + plug(Pleroma.Plugs.TrailingFormatPlug) plug(Plug.RequestId) plug(Plug.Logger) |