[API] Add new endpoint api/friendica/events

This commit is contained in:
Hypolite Petovan 2020-02-16 11:20:17 -05:00
commit d3b3f716f8
2 changed files with 76 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 ]],
],
],