about summary refs log tree commit diff
path: root/app/views/api/v1
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-14 23:10:07 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-14 23:10:07 +0200
commite21a3fe0cd91dfeae76bce4d58c7611e78b60fbf (patch)
tree6a4f6ceda687bbd079845daf2b1c90d15225893b /app/views/api/v1
parent91144d46ecc1a6e2d39abe8bea2d62c5cb57aca3 (diff)
Adding sync of follow relationships to Neo4J, accounts/suggestions API
Diffstat (limited to 'app/views/api/v1')
-rw-r--r--app/views/api/v1/accounts/suggestions.rabl2
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')