X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Froutes.config.php;h=3991ec4e36aa4bf5689fa50e53f1a63245e9ab85;hb=17dbffe8246619a1a9814e5419c4ff3974bc4e84;hp=e81a988c40dea8aecc96f24dfd5fb13beedc86b4;hpb=18cd4f7412b5b48108cc1a0d2f5d9d745f8bdbe9;p=friendica.git diff --git a/static/routes.config.php b/static/routes.config.php index e81a988c40..3991ec4e36 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -103,7 +103,6 @@ return [ ], '/amcd' => [Module\AccountManagementControlDocument::class, [R::GET]], '/acctlink' => [Module\Acctlink::class, [R::GET]], - '/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, R::POST]],