X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Froutes.config.php;h=18144d79900a388b9236d9926b64c5aa409da5a6;hb=cdefa7f32a224501a14bcacbe0f0a3792631df93;hp=c1546a634c0b80260453f964972c1f643a4de2ee;hpb=5951a522d18fa45b65a7aceca64010203eef8765;p=friendica.git diff --git a/static/routes.config.php b/static/routes.config.php index c1546a634c..18144d7990 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -69,7 +69,7 @@ return [ '/allfriends/{id:\d+}' => [Module\AllFriends::class, [R::GET]], '/apps' => [Module\Apps::class, [R::GET]], '/attach/{item:\d+}' => [Module\Attach::class, [R::GET]], - '/babel' => [Module\Debug\Babel::class, [R::GET]], + '/babel' => [Module\Debug\Babel::class, [R::GET, R::POST]], '/bookmarklet' => [Module\Bookmarklet::class, [R::GET]], '/compose[/{type}]' => [Module\Item\Compose::class, [R::GET, R::POST]], @@ -188,6 +188,12 @@ return [ '/{sub1}/{sub2}/{url}' => [Module\Proxy::class, [R::GET]], ], + '/search' => [ + '/acl' => [Module\Search\Acl::class, [R::GET, R::POST]], + '/saved/add/{term}' => [Module\Search\Saved::class, [R::GET]], + '/saved/remove/{term}' => [Module\Search\Saved::class, [R::GET]], + ], + '/settings' => [ '/2fa' => [ '[/]' => [Module\Settings\TwoFactor\Index::class, [R::GET, R::POST]],