Merge pull request #8297 from MrPetovan/task/8285-api-events

[API] Add new api/friendica/events endpoint
This commit is contained in:
Philipp 2020-02-16 21:07:44 +01:00 committed by GitHub
commit 09961a07e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 202 additions and 0 deletions

View file

@ -55,6 +55,7 @@ return [
],
'/friendica' => [
'/profile/show' => [Module\Api\Friendica\Profile\Show::class , [R::GET ]],
'/events' => [Module\Api\Friendica\Events\Index::class , [R::GET ]],
],
],