Add download feature for domain block list
- Add new /blocklist/domain/download route - Add link on /friendica page
This commit is contained in:
parent
1b2182c43c
commit
7d7a5a65e9
4 changed files with 87 additions and 18 deletions
|
@ -353,6 +353,9 @@ return [
|
|||
'/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]],
|
||||
|
||||
'/blocklist/domain/download' => [Module\Blocklist\Domain\Download::class, [R::GET]],
|
||||
|
||||
'/bookmarklet' => [Module\Bookmarklet::class, [R::GET]],
|
||||
|
||||
'/community[/{content}]' => [Module\Conversation\Community::class, [R::GET]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue