mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Improve alignment in static/routes.config.php
This commit is contained in:
parent
998e425a15
commit
eb22f6732b
1 changed files with 1 additions and 1 deletions
|
@ -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]],
|
||||
|
||||
|
|
Loading…
Reference in a new issue