New page for remote follow requests

This commit is contained in:
Michael 2020-02-09 17:04:35 +00:00
parent 16acf1db95
commit 2eebeeaa32
7 changed files with 167 additions and 17 deletions

View file

@ -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]],