Found some more follow-links

This commit is contained in:
Philipp 2022-10-31 19:10:30 +01:00
parent b5d01337d9
commit 87291e30a4
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
6 changed files with 8 additions and 11 deletions

View file

@ -387,7 +387,7 @@ return [
'/hidden' => [Module\Contact::class, [R::GET]],
'/ignored' => [Module\Contact::class, [R::GET]],
'/hovercard' => [Module\Contact\Hovercard::class, [R::GET]],
'/follow[/{url}]' => [Module\Contact\Follow::class, [R::GET, R::POST]],
'/follow[/{url}]' => [Module\Contact\Follow::class, [R::GET, R::POST]],
'/unfollow' => [Module\Contact\Unfollow::class, [R::GET, R::POST]],
],