From: Hypolite Petovan Date: Fri, 4 Oct 2019 02:41:11 +0000 (-0400) Subject: Add missing /babel route methods X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4e185ebc84dc6a22a8f0e9801b080be23959afb9;p=friendica.git Add missing /babel route methods --- diff --git a/static/routes.config.php b/static/routes.config.php index 1ba4a40521..73ac54991f 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -69,7 +69,7 @@ return [ '/allfriends/{id:\d+}' => [Module\AllFriends::class, [R::GET]], '/apps' => [Module\Apps::class, [R::GET]], '/attach/{item:\d+}' => [Module\Attach::class, [R::GET]], - '/babel' => [Module\Debug\Babel::class, [R::GET]], + '/babel' => [Module\Debug\Babel::class, [R::GET, R::POST]], '/bookmarklet' => [Module\Bookmarklet::class, [R::GET]], '/compose[/{type}]' => [Module\Item\Compose::class, [R::GET, R::POST]],