]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Standards
[friendica.git] / static / routes.config.php
index d0a1bde76ba8373adf82654e89528b9f5f75486d..b6ce9bf629fce34bca1d43ec824ce36a6207f6f4 100644 (file)
@@ -55,6 +55,7 @@ return [
                ],
                '/friendica' => [
                        '/profile/show'                      => [Module\Api\Friendica\Profile\Show::class , [R::GET         ]],
+                       '/events'                            => [Module\Api\Friendica\Events\Index::class , [R::GET         ]],
                ],
        ],
 
@@ -272,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]],