Issue 12338: Use redirect for "about" and "about/more"
This commit is contained in:
parent
e72d17c3af
commit
afd1dba774
2 changed files with 4 additions and 2 deletions
|
@ -318,8 +318,6 @@ return [
|
|||
'/proofs' => [Module\Api\Mastodon\Proofs::class, [R::GET ]], // Dummy, not supported
|
||||
],
|
||||
|
||||
'/about[/more]' => [Module\Friendica::class, [R::GET]],
|
||||
|
||||
'/admin' => [
|
||||
'[/]' => [Module\Admin\Summary::class, [R::GET]],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue