about summary refs log tree commit diff
path: root/app/views/api/v1
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-12-26 19:30:45 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-12-26 19:30:45 +0100
commit004382e4d09f90e5ca824996c4b20e99599bf98f (patch)
tree7ade0c42cdc314045b1038489384f1b998d8b4ca /app/views/api/v1
parent7376af90f79b1de0c4cdd294f3f4d1481eedf0d7 (diff)
Adding follow requests API
Diffstat (limited to 'app/views/api/v1')
-rw-r--r--app/views/api/v1/follow_requests/index.rabl2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/api/v1/follow_requests/index.rabl b/app/views/api/v1/follow_requests/index.rabl
new file mode 100644
index 000000000..9f3b13a53
--- /dev/null
+++ b/app/views/api/v1/follow_requests/index.rabl
@@ -0,0 +1,2 @@
+collection @accounts
+extends 'api/v1/accounts/show'