aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/router.ex
diff options
context:
space:
mode:
authoreal <eal@waifu.club>2017-10-29 00:07:38 +0300
committereal <eal@waifu.club>2017-10-29 00:07:38 +0300
commitc56d28f96c343d445ec8d06baf351423691036f3 (patch)
tree9b6c389f8df8ddabf8a44e96e715e1848134fe83 /lib/pleroma/web/router.ex
parent8e94936553c978e5f0d3bb802a1932a6b505f86e (diff)
downloadpleroma-c56d28f96c343d445ec8d06baf351423691036f3.tar.gz
Fix return type of /api/v1/follows
Diffstat (limited to 'lib/pleroma/web/router.ex')
-rw-r--r--lib/pleroma/web/router.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex
index 45c47eefb..557d094b4 100644
--- a/lib/pleroma/web/router.ex
+++ b/lib/pleroma/web/router.ex
@@ -62,7 +62,7 @@ defmodule Pleroma.Web.Router do
post "/accounts/:id/mute", MastodonAPIController, :relationship_noop
post "/accounts/:id/unmute", MastodonAPIController, :relationship_noop
- post "/follows", MastodonAPIController, :follow
+ post "/follows", MastodonAPIController, :follows
get "/blocks", MastodonAPIController, :empty_array
get "/domain_blocks", MastodonAPIController, :empty_array