Create new Settings\RemoveMe module class

- Moved route from /removeme to /settings/removeme
- Combined templates into one
This commit is contained in:
Hypolite Petovan 2022-11-07 23:58:21 -05:00
commit a68c790c64
8 changed files with 168 additions and 8 deletions

View file

@ -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 ]],
],