Merge pull request #12326 from nupplaphil/feat/route_about

Add /about route
This commit is contained in:
Hypolite Petovan 2022-12-04 09:43:19 -05:00 committed by GitHub
commit 10154e532e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]],