]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Post update functionality for tags
[friendica.git] / static / routes.config.php
index b6ce9bf629fce34bca1d43ec824ce36a6207f6f4..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]],