mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
New page for remote follow requests
This commit is contained in:
parent
16acf1db95
commit
2eebeeaa32
7 changed files with 167 additions and 17 deletions
|
@ -261,6 +261,7 @@ return [
|
|||
|
||||
'/randprof' => [Module\RandomProfile::class, [R::GET]],
|
||||
'/register' => [Module\Register::class, [R::GET, R::POST]],
|
||||
'/remote_follow/{profile}' => [Module\RemoteFollow::class, [R::GET, R::POST]],
|
||||
'/robots.txt' => [Module\RobotsTxt::class, [R::GET]],
|
||||
'/rsd.xml' => [Module\ReallySimpleDiscovery::class, [R::GET]],
|
||||
'/smilies[/json]' => [Module\Smilies::class, [R::GET]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue