]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Merge pull request #7726 from tobiasd/20191010-uexport
[friendica.git] / static / routes.config.php
index 3379ee113831395fdb177daf2c26ba05ba8d771b..ee0669118b85a2c878c4dd5c95a35ce1885c4bde 100644 (file)
@@ -214,6 +214,7 @@ return [
                        '/verify'       => [Module\Settings\TwoFactor\Verify::class,      [R::GET, R::POST]],
                ],
                '/delegation[/{action}/{user_id}]' => [Module\Settings\Delegation::class,       [R::GET, R::POST]],
+               '/userexport[/{action}]' => [Module\Settings\UserExport::class,             [R::GET, R::POST]],
        ],
 
        '/randprof'                      => [Module\RandomProfile::class,         [R::GET]],