summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-07-20 17:42:42 -0100
committerGitHub <noreply@github.com>2019-07-20 17:42:42 -0100
commit0fdd2a40792f0f7ef1fb820eebf850f4977eda95 (patch)
tree107bc716f77421cd6f0026d4643afffe40ece816 /appinfo/routes.php
parent81ce4030861cb8f4d5c45cde51873b3ff7e27d0d (diff)
parentd985dc87e2870430a84b7ed4573d1dde7bfc17bb (diff)
Merge pull request #642 from nextcloud/feature/640/stream-liked
Add 'liked' stream
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 93f73171..8d293d13 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -66,6 +66,7 @@ return [
['name' => 'Local#streamTag', 'url' => '/api/v1/stream/tag/{hashtag}/', 'verb' => 'GET'],
['name' => 'Local#streamFederated', 'url' => '/api/v1/stream/federated', 'verb' => 'GET'],
['name' => 'Local#streamDirect', 'url' => '/api/v1/stream/direct', 'verb' => 'GET'],
+ ['name' => 'Local#streamLiked', 'url' => '/api/v1/stream/liked', 'verb' => 'GET'],
['name' => 'Local#streamAccount', 'url' => '/api/v1/account/{username}/stream', 'verb' => 'GET'],
['name' => 'Local#postCreate', 'url' => '/api/v1/post', 'verb' => 'POST'],