Improve alignment in static/routes.config.php

This commit is contained in:
Hypolite Petovan 2022-11-02 09:36:53 -04:00 committed by Philipp
parent 998e425a15
commit eb22f6732b
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 1 deletions

View File

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