Move mod/(update_)display.php to src\Module

This commit is contained in:
Philipp 2022-11-15 00:52:38 +01:00
parent 5c05a3b0f6
commit 3259bd17dc
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
6 changed files with 461 additions and 388 deletions

View file

@ -398,8 +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]],
'/display/{guid}' => [Module\Item\Display::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]],
@ -641,6 +642,8 @@ return [
'/update_community[/{content}]' => [Module\Update\Community::class, [R::GET]],
'/update_display[/]' => [Module\Update\Display::class, [R::GET]],
'/update_network' => [
'[/]' => [Module\Update\Network::class, [R::GET]],
'/archive/{from:\d\d\d\d-\d\d-\d\d}[/{to:\d\d\d\d-\d\d-\d\d}]' => [Module\Update\Network::class, [R::GET]],