diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-10-14 23:10:07 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-10-14 23:10:07 +0200 |
commit | e21a3fe0cd91dfeae76bce4d58c7611e78b60fbf (patch) | |
tree | 6a4f6ceda687bbd079845daf2b1c90d15225893b /app/views/api/v1/accounts/suggestions.rabl | |
parent | 91144d46ecc1a6e2d39abe8bea2d62c5cb57aca3 (diff) |
Adding sync of follow relationships to Neo4J, accounts/suggestions API
Diffstat (limited to 'app/views/api/v1/accounts/suggestions.rabl')
-rw-r--r-- | app/views/api/v1/accounts/suggestions.rabl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/api/v1/accounts/suggestions.rabl b/app/views/api/v1/accounts/suggestions.rabl new file mode 100644 index 000000000..f4dc121ea --- /dev/null +++ b/app/views/api/v1/accounts/suggestions.rabl @@ -0,0 +1,2 @@ +collection @accounts +extends('api/v1/accounts/show') |