1
0
Fork 0

Move Follow to Contact namespace

This commit is contained in:
Philipp Holzer 2022-10-31 12:51:51 +01:00
commit 437472d0a6
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
2 changed files with 3 additions and 2 deletions

View file

@ -418,7 +418,7 @@ return [
'/filed' => [Module\Search\Filed::class, [R::GET]],
'/filer[/{id:\d+}]' => [Module\Filer\SaveTag::class, [R::GET]],
'/filerm/{id:\d+}' => [Module\Filer\RemoveTag::class, [R::GET, R::POST]],
'/follow[/{url}]' => [Module\Follow::class, [R::GET, R::POST]],
'/follow[/{url}]' => [Module\Contact\Follow::class, [R::GET, R::POST]],
'/follow_confirm' => [Module\FollowConfirm::class, [R::GET, R::POST]],
'/followers/{nickname}' => [Module\ActivityPub\Followers::class, [R::GET]],
'/following/{nickname}' => [Module\ActivityPub\Following::class, [R::GET]],