summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-06-18 18:40:57 -0100
committerMaxence Lange <maxence@artificial-owl.com>2020-06-18 18:40:57 -0100
commit1ebb155fcfef6086653c8f90c21d04a60b912b8a (patch)
tree31e7ee433e37fcbe6754b8efca45f1eb0590840c /appinfo
parent745810e2b0b67b06da20dd5c53d938cbe02bfc06 (diff)
fixes
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index ad824468..e462d5dd 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -60,7 +60,7 @@ return [
['name' => 'ActivityPub#displayPost', 'url' => '/@{username}/{token}', 'verb' => 'GET'],
- ['name' => 'OStatus#subscribe', 'url' => '/ostatus/follow/{uri}', 'verb' => 'GET'],
+ ['name' => 'OStatus#subscribe', 'url' => '/ostatus/follow/', 'verb' => 'GET'],
['name' => 'OStatus#followRemote', 'url' => '/api/v1/ostatus/followRemote/{local}', 'verb' => 'GET'],
['name' => 'OStatus#getLink', 'url' => '/api/v1/ostatus/link/{local}/{account}', 'verb' => 'GET'],