]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Merge pull request #8300 from annando/expiry-settings
[friendica.git] / static / routes.config.php
index 489e99f48d1a27cccf4ec0bb048400c6961a8413..6e23e238e600e24e65fc67e6baa65d92a8b10c03 100644 (file)
@@ -55,6 +55,7 @@ return [
                ],
                '/friendica' => [
                        '/profile/show'                      => [Module\Api\Friendica\Profile\Show::class , [R::GET         ]],
+                       '/events'                            => [Module\Api\Friendica\Events\Index::class , [R::GET         ]],
                ],
        ],
 
@@ -102,6 +103,9 @@ return [
        '/attach/{item:\d+}'   => [Module\Attach::class,       [R::GET]],
        '/babel'               => [Module\Debug\Babel::class,  [R::GET, R::POST]],
        '/bookmarklet'         => [Module\Bookmarklet::class,  [R::GET]],
+
+       '/community[/{content}[/{accounttype}]]' => [Module\Conversation\Community::class, [R::GET]],
+
        '/compose[/{type}]'    => [Module\Item\Compose::class, [R::GET, R::POST]],
 
        '/contact'   => [
@@ -288,6 +292,7 @@ return [
        '/toggle_mobile'                 => [Module\ToggleMobile::class,          [R::GET]],
        '/tos'                           => [Module\Tos::class,                   [R::GET]],
 
+       '/update_community[/{content}[/{accounttype}]]' => [Module\Update\Community::class, [R::GET]],
        '/update_profile'                => [Module\Update\Profile::class,        [R::GET]],
 
        '/view/theme/{theme}/style.pcss' => [Module\Theme::class,                 [R::GET]],