mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Allow longer avatar URLs / the system outbox is now handled
This commit is contained in:
parent
33102a76da
commit
0a4f0d616a
3 changed files with 6 additions and 6 deletions
|
@ -452,6 +452,7 @@ return [
|
|||
'/following/{nickname}' => [Module\ActivityPub\Following::class, [R::GET]],
|
||||
'/friendica[/{format:json}]' => [Module\Friendica::class, [R::GET]],
|
||||
'/friendica/inbox' => [Module\ActivityPub\Inbox::class, [R::GET, R::POST]],
|
||||
'/friendica/outbox' => [Module\ActivityPub\Outbox::class, [R::GET]],
|
||||
|
||||
'/fsuggest/{contact:\d+}' => [Module\FriendSuggest::class, [R::GET, R::POST]],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue