Add /about route
This commit is contained in:
parent
22e2578b23
commit
1a8722c1f6
1 changed files with 2 additions and 0 deletions
|
@ -318,6 +318,8 @@ return [
|
||||||
'/proofs' => [Module\Api\Mastodon\Proofs::class, [R::GET ]], // Dummy, not supported
|
'/proofs' => [Module\Api\Mastodon\Proofs::class, [R::GET ]], // Dummy, not supported
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'/about[/more]' => [Module\Friendica::class, [R::GET]],
|
||||||
|
|
||||||
'/admin' => [
|
'/admin' => [
|
||||||
'[/]' => [Module\Admin\Summary::class, [R::GET]],
|
'[/]' => [Module\Admin\Summary::class, [R::GET]],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue