Redirect in a different way

This commit is contained in:
Michael 2022-12-12 11:24:20 +00:00
commit 7dfe517c77
3 changed files with 37 additions and 4 deletions

View file

@ -318,6 +318,8 @@ return [
'/proofs' => [Module\Api\Mastodon\Proofs::class, [R::GET ]], // Dummy, not supported
],
'/about[/more]' => [Module\About::class, [R::GET]],
'/admin' => [
'[/]' => [Module\Admin\Summary::class, [R::GET]],