[vier] Add mute author server link in photo menu

This commit is contained in:
Hypolite Petovan 2023-07-25 13:18:58 +02:00
parent 6ecc9c4cba
commit 544ce206d7
7 changed files with 101 additions and 9 deletions

View file

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