summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-01-16 15:19:26 -0100
committerMaxence Lange <maxence@artificial-owl.com>2023-01-16 15:19:26 -0100
commit0974fff12c3daab6322738ab1c6c4c1dcc7d720b (patch)
treec3d1a2aecef9f7c55f7d156922af87f459dcad48 /appinfo/routes.php
parentf56e326f807ad96c21f2c7ad1ff9966a20113616 (diff)
account statuses
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
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 b029b16c..622573fc 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#accountStatuses', 'url' => '/api/v1/accounts/{account}/statuses', 'verb' => 'GET'],
// Api for local front-end
// TODO: front-end should be using the new ApiController