]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Merge pull request #7720 from MrPetovan/task/4090-move-delegate-to-src
[friendica.git] / static / routes.config.php
index f688a1a86562596a19fef09270cd998260235c9b..841fd68f991e01fca0187e4b4b61ea6917128dfa 100644 (file)
@@ -202,6 +202,7 @@ return [
                        '/app_specific' => [Module\Settings\TwoFactor\AppSpecific::class, [R::GET, R::POST]],
                        '/verify'       => [Module\Settings\TwoFactor\Verify::class,      [R::GET, R::POST]],
                ],
+               '/delegation[/{action}/{user_id}]' => [Module\Settings\Delegation::class,       [R::GET, R::POST]],
        ],
 
        '/randprof'                      => [Module\RandomProfile::class,         [R::GET]],