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

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]],