mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 03:25:15 +02:00
mv Uexport to UserExport
This commit is contained in:
parent
048b693fbf
commit
15cdfdd414
2 changed files with 3 additions and 3 deletions
|
@ -203,7 +203,7 @@ return [
|
|||
'/verify' => [Module\Settings\TwoFactor\Verify::class, [R::GET, R::POST]],
|
||||
],
|
||||
'/delegation[/{action}/{user_id}]' => [Module\Settings\Delegation::class, [R::GET, R::POST]],
|
||||
'/uexport[/{action}]' => [Module\Settings\Uexport::class, [R::GET, R::POST]],
|
||||
'/uexport[/{action}]' => [Module\Settings\UserExport::class, [R::GET, R::POST]],
|
||||
],
|
||||
|
||||
'/randprof' => [Module\RandomProfile::class, [R::GET]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue