1
0
Fork 0

Issue 8700: Resolvable activities

This commit is contained in:
Michael 2020-05-27 19:05:33 +00:00
commit db907c2ff8
3 changed files with 24 additions and 10 deletions

View file

@ -218,7 +218,7 @@ return [
'/mark/all' => [Module\Notifications\Notification::class, [R::GET]],
'/{id:\d+}' => [Module\Notifications\Notification::class, [R::GET, R::POST]],
],
'/objects/{guid}' => [Module\Objects::class, [R::GET]],
'/objects/{guid}[/{activity}]' => [Module\Objects::class, [R::GET]],
'/oembed' => [
'/b2h' => [Module\Oembed::class, [R::GET]],