]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Move contact posts to their own module class
[friendica.git] / static / routes.config.php
index e3ab6776101128e40e49acb2da6005917a74946e..36df142a64b047bb786b3ab22bff6420813261f7 100644 (file)
@@ -338,7 +338,7 @@ return [
                '/{id:\d+}/ignore'            => [Module\Contact::class,           [R::GET]],
                '/{id:\d+}/media'             => [Module\Contact\Media::class,     [R::GET]],
                '/{id:\d+}/poke'              => [Module\Contact\Poke::class,      [R::GET, R::POST]],
-               '/{id:\d+}/posts'             => [Module\Contact::class,           [R::GET]],
+               '/{id:\d+}/posts'             => [Module\Contact\Posts::class,     [R::GET]],
                '/{id:\d+}/revoke'            => [Module\Contact\Revoke::class,    [R::GET, R::POST]],
                '/{id:\d+}/update'            => [Module\Contact::class,           [R::GET]],
                '/{id:\d+}/updateprofile'     => [Module\Contact::class,           [R::GET]],