From 8c0b19012bae203f41b75cf40d6baf121f67fdea Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 17 Sep 2016 16:36:10 +0200 Subject: Fix #41, debug #42 --- app/views/api/follows/show.rabl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/api') diff --git a/app/views/api/follows/show.rabl b/app/views/api/follows/show.rabl index e5b52b828..0f24ddb4d 100644 --- a/app/views/api/follows/show.rabl +++ b/app/views/api/follows/show.rabl @@ -1,2 +1,2 @@ -object @follow.target_account +object @account extends('api/accounts/show') -- cgit