Issue 8700: Resolvable activities
This commit is contained in:
parent
c7367b5902
commit
db907c2ff8
3 changed files with 24 additions and 10 deletions
|
@ -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]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue