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
commit e6a5c172ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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]],