hopefully last feedback :)

This commit is contained in:
Philipp Holzer 2022-11-01 00:09:30 +01:00
commit baa97febef
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
3 changed files with 3 additions and 3 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' => [Module\Contact\Follow::class, [R::GET, R::POST]],
'/unfollow' => [Module\Contact\Unfollow::class, [R::GET, R::POST]],
],