]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Post update functionality for tags
[friendica.git] / static / routes.config.php
index 6e23e238e600e24e65fc67e6baa65d92a8b10c03..85ec6d8bb49bec61f8930f74cccd4a9af52d5bfb 100644 (file)
@@ -117,6 +117,7 @@ return [
                '/{id:\d+}/conversations' => [Module\Contact::class,           [R::GET]],
                '/{id:\d+}/drop'          => [Module\Contact::class,           [R::GET]],
                '/{id:\d+}/ignore'        => [Module\Contact::class,           [R::GET]],
+               '/{id:\d+}/poke'          => [Module\Contact\Poke::class,      [R::GET, R::POST]],
                '/{id:\d+}/posts'         => [Module\Contact::class,           [R::GET]],
                '/{id:\d+}/update'        => [Module\Contact::class,           [R::GET]],
                '/{id:\d+}/updateprofile' => [Module\Contact::class,           [R::GET]],
@@ -273,6 +274,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]],