]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Extract Storage admin section to own page
[friendica.git] / static / routes.config.php
index 9780bf3cbee098e25aceb86c4d937951cb80003c..05e266ff1023efad588e5da77a4b98a41085f371 100644 (file)
@@ -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]],