From 1ebb155fcfef6086653c8f90c21d04a60b912b8a Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Thu, 18 Jun 2020 18:40:57 -0100 Subject: fixes Signed-off-by: Maxence Lange --- appinfo/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appinfo') 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'], -- cgit v1.2.3