1
0
Fork 0

Move event export to src/Module/Events/Export

This commit is contained in:
Philipp Holzer 2022-11-01 00:01:37 +01:00
commit 2c90ab69d6
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
5 changed files with 116 additions and 51 deletions

View file

@ -398,7 +398,8 @@ return [
'/dirfind' => [Module\Search\Directory::class, [R::GET]],
'/directory' => [Module\Directory::class, [R::GET]],
'/events/json' => [Module\Events\Json::class, [R::GET]],
'/events/{nickname}/export[/{format}]' => [Module\Events\Export::class, [R::GET]],
'/events/json' => [Module\Events\Json::class, [R::GET]],
'/featured/{nickname}' => [Module\ActivityPub\Featured::class, [R::GET]],