From eb22f6732bb1bb9aa9c523617df425b61e28873b Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 2 Nov 2022 09:36:53 -0400 Subject: [PATCH] Improve alignment in static/routes.config.php --- static/routes.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/routes.config.php b/static/routes.config.php index e3098c3ae..c03a4b771 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]],