summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-07-19 09:59:15 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-07-19 09:59:15 -0100
commite1abbf1987fc759d72a687f2b4efdb2cf7214b01 (patch)
treedf1f3e0180bb0fc1fd2e53dcd2cbeb5ef7465246 /appinfo
parentba7d78952e86c2f1ea0b192827ef19e893dcab8c (diff)
adding liked stream
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'appinfo')
-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'],