From 1a8722c1f6564a9c828e7d964eb2d87590607a16 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 4 Dec 2022 14:47:31 +0100 Subject: [PATCH] Add /about route --- static/routes.config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/routes.config.php b/static/routes.config.php index f33cd9581..e3c87f150 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]],