summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-01-16 15:47:29 -0100
committerGitHub <noreply@github.com>2023-01-16 15:47:29 -0100
commit74f1a6f70d224a86196c2e574fe59363fb3abb23 (patch)
tree144713644e582fb8614e13b0515c51e681044c86 /appinfo
parent0974fff12c3daab6322738ab1c6c4c1dcc7d720b (diff)
parent6eb51506982ccc401d6c56e1db4456b52785e122 (diff)
Merge branch 'master' into enh/noid/account-statuses
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 622573fc..a05daff8 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -83,6 +83,7 @@ return [
['name' => 'Api#notifications', 'url' => '/api/v1/notifications', 'verb' => 'GET'],
['name' => 'Api#tag', 'url' => '/api/v1/timelines/tag/{hashtag}', 'verb' => 'GET'],
['name' => 'Api#statusNew', 'url' => '/api/v1/statuses', 'verb' => 'POST'],
+ ['name' => 'Api#timelines', 'url' => '/api/v1/timelines/{timeline}/', 'verb' => 'GET'],
['name' => 'Api#accountStatuses', 'url' => '/api/v1/accounts/{account}/statuses', 'verb' => 'GET'],
// Api for local front-end