]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
DI is now removed
[friendica.git] / static / routes.config.php
index 36ba2f2493dfe16bc5fba5b6dcd3f56d36b1ee30..55b40bcf39930dac3fccadef9ab076c280b69ac5 100644 (file)
@@ -391,6 +391,7 @@ return [
                '/event/{mode:edit|copy}/{id:\d+}'              => [Module\Calendar\Event\Form::class, [R::GET         ]],
        ],
 
+       '/channel[/{content}]'   => [Module\Conversation\Channel::class,   [R::GET]],
        '/community[/{content}]' => [Module\Conversation\Community::class, [R::GET]],
 
        '/compose[/{type}]'    => [Module\Item\Compose::class, [R::GET, R::POST]],
@@ -686,6 +687,7 @@ return [
        '/toggle_mobile'                 => [Module\ToggleMobile::class,          [R::GET]],
        '/tos'                           => [Module\Tos::class,                   [R::GET]],
 
+       '/update_channel[/{content}]'    => [Module\Update\Channel::class,        [R::GET]],
        '/update_community[/{content}]'  => [Module\Update\Community::class,      [R::GET]],
 
        '/update_display'                => [Module\Update\Display::class, [R::GET]],