From: Extarys Date: Mon, 25 Jan 2021 05:04:56 +0000 (-0500) Subject: style: R::GET alignment, cause it's beautiful X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5d1d7dfbe5ccc791e541dda67dab8cd70ff53603;p=friendica.git style: R::GET alignment, cause it's beautiful --- diff --git a/static/routes.config.php b/static/routes.config.php index 21ccd14a79..879a48db80 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -301,7 +301,7 @@ return [ '/magic' => [Module\Magic::class, [R::GET]], '/maintenance' => [Module\Maintenance::class, [R::GET]], '/manifest' => [Module\Manifest::class, [R::GET]], - '/friendica.webmanifest' => [Module\Manifest::class, [R::GET]], + '/friendica.webmanifest' => [Module\Manifest::class, [R::GET]], '/modexp/{nick}' => [Module\PublicRSAKey::class, [R::GET]], '/newmember' => [Module\Welcome::class, [R::GET]], '/nodeinfo/1.0' => [Module\NodeInfo110::class, [R::GET]],