Fix logic.
[akkoma] / lib / pleroma / web / router.ex
index 161635558b6ddcec1b1040d62fec44903b95826c..883fd56f4b0214ccea84b81d091dfd0dba9199fd 100644 (file)
@@ -56,6 +56,8 @@ defmodule Pleroma.Web.Router do
     pipe_through :authenticated_api
 
     get "/accounts/verify_credentials", MastodonAPIController, :verify_credentials
+    get "/accounts/relationships", MastodonAPIController, :relationships
+
     get "/timelines/home", MastodonAPIController, :home_timeline
 
     post "/statuses", MastodonAPIController, :post_status