mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
"hovercard" is "hcard"
This commit is contained in:
parent
fe8e71216d
commit
9a3a4def3d
2 changed files with 5 additions and 4 deletions
|
@ -292,7 +292,7 @@ return [
|
|||
'/hashtag' => [Module\Hashtag::class, [R::GET]],
|
||||
'/help[/{doc:.+}]' => [Module\Help::class, [R::GET]],
|
||||
'/home' => [Module\Home::class, [R::GET]],
|
||||
'/hcard/{profile}[/{action}]' => [Module\HoverCard::class, [R::GET]],
|
||||
'/hcard/{profile}[/{action}]' => [Module\HCard::class, [R::GET]],
|
||||
'/inbox[/{nickname}]' => [Module\ActivityPub\Inbox::class, [R::GET, R::POST]],
|
||||
'/invite' => [Module\Invite::class, [R::GET, R::POST]],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue