mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Use router parameters in Diaspora\Receive
This commit is contained in:
parent
8af86af3d9
commit
02e08d5fbc
2 changed files with 6 additions and 17 deletions
|
@ -409,8 +409,8 @@ return [
|
|||
],
|
||||
|
||||
'/receive' => [
|
||||
'/public' => [Module\Diaspora\Receive::class, [R::POST]],
|
||||
'/users/{guid}' => [Module\Diaspora\Receive::class, [R::POST]],
|
||||
'/{type:public}' => [Module\Diaspora\Receive::class, [ R::POST]],
|
||||
'/{type:users}/{guid}' => [Module\Diaspora\Receive::class, [ R::POST]],
|
||||
],
|
||||
|
||||
'/settings' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue