]> git.mxchange.org Git - friendica.git/commitdiff
Add /about route
authorPhilipp <admin@philipp.info>
Sun, 4 Dec 2022 13:47:31 +0000 (14:47 +0100)
committerPhilipp <admin@philipp.info>
Sun, 4 Dec 2022 13:47:31 +0000 (14:47 +0100)
static/routes.config.php

index f33cd9581abe6effbbceaa4c26bc4807898816f2..e3c87f1502e896ad54a2a24d2ff364777c431567 100644 (file)
@@ -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]],