mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Fix warning "class 'Friendica\Module\Objects' not found"
This commit is contained in:
parent
8b040f19a5
commit
9947b2e6e3
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ return [
|
|||
'/token' => [Module\OAuth\Token::class, [R::POST]],
|
||||
],
|
||||
|
||||
'/objects/{guid}[/{activity}]' => [Module\Objects::class, [R::GET]],
|
||||
'/objects/{guid}[/{activity}]' => [Module\ActivityPub\Objects::class, [R::GET]],
|
||||
|
||||
'/oembed' => [
|
||||
'/b2h' => [Module\Oembed::class, [R::GET]],
|
||||
|
|
Loading…
Reference in a new issue