Merge pull request #12131 from MrPetovan/task/4090-move-mod-salmon

Move mod/salmon.php to src/Module
This commit is contained in:
Michael Vogel
2022-11-07 14:55:02 +01:00
committed by GitHub
4 changed files with 262 additions and 197 deletions

View File

@@ -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]],