From: Hypolite Petovan Date: Wed, 2 Nov 2022 13:36:53 +0000 (-0400) Subject: Improve alignment in static/routes.config.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eb22f6732bb1bb9aa9c523617df425b61e28873b;p=friendica.git Improve alignment in static/routes.config.php --- diff --git a/static/routes.config.php b/static/routes.config.php index e3098c3ae8..c03a4b7710 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -366,7 +366,7 @@ return [ '/bookmarklet' => [Module\Bookmarklet::class, [R::GET]], '/calendar/{nickname}/export[/{format}]' => [Module\Calendar\Export::class, [R::GET]], - '/calendar/json' => [Module\Calendar\Json::class, [R::GET]], + '/calendar/json' => [Module\Calendar\Json::class, [R::GET]], '/community[/{content}]' => [Module\Conversation\Community::class, [R::GET]],