Add user settings page to manage remote server settings

This commit is contained in:
Hypolite Petovan 2023-07-16 17:26:31 -04:00
commit a670d478f8
4 changed files with 173 additions and 0 deletions

View file

@ -640,6 +640,7 @@ return [
'/settings' => [
'/server' => [
'[/]' => [Module\Settings\Server\Index::class, [R::GET, R::POST]],
'/{gsid:\d+}/{action}' => [Module\Settings\Server\Action::class, [ R::POST]],
],
'[/]' => [Module\Settings\Account::class, [R::GET, R::POST]],