Add new admin debug module for ActivityPub

This commit is contained in:
Hypolite Petovan 2020-07-20 00:39:17 -04:00
parent c26cc5b75e
commit 0a71495fa4
4 changed files with 170 additions and 0 deletions

View file

@ -107,6 +107,7 @@ return [
'/apps' => [Module\Apps::class, [R::GET]],
'/attach/{item:\d+}' => [Module\Attach::class, [R::GET]],
'/babel' => [Module\Debug\Babel::class, [R::GET, R::POST]],
'/debug/ap' => [Module\Debug\ActivityPubConversion::class, [R::GET, R::POST]],
'/bookmarklet' => [Module\Bookmarklet::class, [R::GET]],
'/community[/{content}[/{accounttype}]]' => [Module\Conversation\Community::class, [R::GET]],