From: Philipp Date: Sun, 4 Dec 2022 13:47:31 +0000 (+0100) Subject: Add /about route X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1a8722c1f6564a9c828e7d964eb2d87590607a16;p=friendica.git Add /about route --- diff --git a/static/routes.config.php b/static/routes.config.php index f33cd9581a..e3c87f1502 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -318,6 +318,8 @@ return [ '/proofs' => [Module\Api\Mastodon\Proofs::class, [R::GET ]], // Dummy, not supported ], + '/about[/more]' => [Module\Friendica::class, [R::GET]], + '/admin' => [ '[/]' => [Module\Admin\Summary::class, [R::GET]],