]> git.mxchange.org Git - friendica.git/commitdiff
Add "/pending" route because of https://github.com/friendica/friendica/commit/591ba9c...
authorPhilipp Holzer <admin+github@philipp.info>
Sun, 29 Sep 2019 09:58:25 +0000 (11:58 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Sun, 29 Sep 2019 10:00:03 +0000 (12:00 +0200)
static/routes.config.php

index 01d3d99ac6589dfb12e1a9f4d36fa964ee551a26..91591a561a4f31183e400a74e9200be2a72a5e86 100644 (file)
@@ -86,6 +86,7 @@ return [
                '/{id:\d+}/updateprofile' => [Module\Contact::class, [R::GET]],
                '/archived'               => [Module\Contact::class, [R::GET]],
                '/batch'                  => [Module\Contact::class, [R::GET, R::POST]],
+               '/pending'                => [Module\Contact::class, [R::GET]],
                '/blocked'                => [Module\Contact::class, [R::GET]],
                '/hidden'                 => [Module\Contact::class, [R::GET]],
                '/ignored'                => [Module\Contact::class, [R::GET]],