Add new OStatus\Salmon module class
- Add module instanciation in Module\DFRN\Notify
This commit is contained in:
parent
bd9292fe19
commit
ec02664773
3 changed files with 250 additions and 2 deletions
|
@ -553,6 +553,8 @@ return [
|
|||
'/{sub1}/{sub2}/{url}' => [Module\Proxy::class, [R::GET]],
|
||||
],
|
||||
|
||||
'/salmon/{nickname}' => [Module\OStatus\Salmon::class, [ R::POST]],
|
||||
|
||||
'/search' => [
|
||||
'[/]' => [Module\Search\Index::class, [R::GET]],
|
||||
'/acl' => [Module\Search\Acl::class, [R::GET, R::POST]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue