]> git.mxchange.org Git - friendica.git/commitdiff
style: R::GET alignment, cause it's beautiful
authorExtarys <hypewolf@protonmail.com>
Mon, 25 Jan 2021 05:04:56 +0000 (00:04 -0500)
committerExtarys <hypewolf@protonmail.com>
Mon, 25 Jan 2021 05:04:56 +0000 (00:04 -0500)
static/routes.config.php

index 21ccd14a792f19709f3b7b61ff40437016101578..879a48db803669c1570ee83991ace8a84aa639df 100644 (file)
@@ -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]],