Merge pull request #8263 from annando/remote-follow
New page for remote follow requests
This commit is contained in:
commit
2ec3a97393
7 changed files with 182 additions and 17 deletions
|
@ -279,6 +279,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