]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Merge pull request #9032 from annando/local-access
[friendica.git] / static / routes.config.php
index e81a988c40dea8aecc96f24dfd5fb13beedc86b4..3991ec4e36aa4bf5689fa50e53f1a63245e9ab85 100644 (file)
@@ -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]],