Redirect in a different way
This commit is contained in:
parent
afd1dba774
commit
7dfe517c77
3 changed files with 37 additions and 4 deletions
|
@ -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]],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue