diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-09-17 16:36:10 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-09-17 16:36:10 +0200 |
commit | 8c0b19012bae203f41b75cf40d6baf121f67fdea (patch) | |
tree | 7dc72fd03f0d77d53875e8b44a85a47ec202050b /app/views/api/follows | |
parent | e906677092ca2f38abd918436ea5967c096d555f (diff) |
Fix #41, debug #42
Diffstat (limited to 'app/views/api/follows')
-rw-r--r-- | app/views/api/follows/show.rabl | 2 |
1 files changed, 1 insertions, 1 deletions
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') |