mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Add missing /babel route methods
This commit is contained in:
parent
8f20e2054b
commit
4e185ebc84
1 changed files with 1 additions and 1 deletions
|
@ -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]],
|
||||
|
||||
|
|
Loading…
Reference in a new issue