Extract Storage admin section to own page
This commit is contained in:
parent
e05c1821c2
commit
97bafb3a59
7 changed files with 143 additions and 79 deletions
|
@ -198,6 +198,8 @@ return [
|
|||
|
||||
'/site' => [Module\Admin\Site::class, [R::GET, R::POST]],
|
||||
|
||||
'/storage' => [Module\Admin\Storage::class, [R::GET, R::POST]],
|
||||
|
||||
'/themes' => [Module\Admin\Themes\Index::class, [R::GET, R::POST]],
|
||||
'/themes/{theme}' => [Module\Admin\Themes\Details::class, [R::GET, R::POST]],
|
||||
'/themes/{theme}/embed' => [Module\Admin\Themes\Embed::class, [R::GET, R::POST]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue