Add /about route

This commit is contained in:
Philipp 2022-12-04 14:47:31 +01:00
parent 22e2578b23
commit 1a8722c1f6
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 2 additions and 0 deletions

View File

@ -318,6 +318,8 @@ 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]],