X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Froutes.config.php;h=47176868f58d1c048397ad8036b732a09ca12873;hb=142b399c848a3ff5f3e0f452361d284a1b5dc135;hp=e19e3b75705005d9598134e90d5fe98de2263436;hpb=08ead524339a43f29c809ca63514e40cd24dee9c;p=friendica.git diff --git a/static/routes.config.php b/static/routes.config.php index e19e3b7570..47176868f5 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -574,7 +574,7 @@ return [ '/photo[/new]' => [Module\Settings\Profile\Photo\Index::class, [R::GET, R::POST]], '/photo/crop/{guid}' => [Module\Settings\Profile\Photo\Crop::class, [R::GET, R::POST]], ], - '/userexport[/{action}]' => [Module\Settings\UserExport::class, [R::GET, R::POST]], + '/userexport[/{action}]' => [Module\Settings\UserExport::class, [R::GET ]], ], '/network' => [