]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
First draft for using a image grid to display attached images.
[friendica.git] / 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]],