Create new Settings\RemoveMe module class
- Moved route from /removeme to /settings/removeme - Combined templates into one
This commit is contained in:
parent
cae2e17436
commit
a68c790c64
8 changed files with 168 additions and 8 deletions
|
@ -605,6 +605,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]],
|
||||
],
|
||||
'/removeme' => [Module\Settings\RemoveMe::class, [R::GET, R::POST]],
|
||||
'/userexport[/{action}]' => [Module\Settings\UserExport::class, [R::GET ]],
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue