Merge pull request #10522 from annando/warning

Fix warning "class 'Friendica\Module\Objects' not found"
This commit is contained in:
Hypolite Petovan 2021-07-19 19:21:45 -04:00 committed by GitHub
commit 814812675c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]],