[API] Add new endpoint api/friendica/events
This commit is contained in:
parent
797e3a2079
commit
d3b3f716f8
2 changed files with 76 additions and 0 deletions
|
@ -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 ]],
|
||||
],
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue