Move mod/display.php "feed-item" to a src\Module\Item\Feed.php
This commit is contained in:
parent
744d0fdde4
commit
5c05a3b0f6
3 changed files with 95 additions and 18 deletions
|
@ -398,6 +398,9 @@ return [
|
|||
'/dirfind' => [Module\Search\Directory::class, [R::GET]],
|
||||
'/directory' => [Module\Directory::class, [R::GET]],
|
||||
|
||||
'/display/feed-item/{uri-id}[.atom]' => [Module\Item\Feed::class, [R::GET]],
|
||||
'/display/feed-item/{uri-id}/{mode:conversation}[.atom]' => [Module\Item\Feed::class, [R::GET]],
|
||||
|
||||
'/featured/{nickname}' => [Module\ActivityPub\Featured::class, [R::GET]],
|
||||
|
||||
'/feed' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue