]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Standards
[friendica.git] / static / routes.config.php
index 6e23e238e600e24e65fc67e6baa65d92a8b10c03..b6ce9bf629fce34bca1d43ec824ce36a6207f6f4 100644 (file)
@@ -273,6 +273,7 @@ return [
                        '/verify'       => [Module\Settings\TwoFactor\Verify::class,      [R::GET, R::POST]],
                ],
                '/delegation[/{action}/{user_id}]' => [Module\Settings\Delegation::class,       [R::GET, R::POST]],
+               '/display'                 => [Module\Settings\Display::class,             [R::GET, R::POST]],
                '/profile' => [
                        '[/]'                  => [Module\Settings\Profile\Index::class,       [R::GET, R::POST]],
                        '/photo[/new]'         => [Module\Settings\Profile\Photo\Index::class, [R::GET, R::POST]],