1
0
Fork 0

Merge pull request #8263 from annando/remote-follow

New page for remote follow requests
This commit is contained in:
Hypolite Petovan 2020-02-09 17:53:13 -05:00 committed by GitHub
commit 2ec3a97393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 182 additions and 17 deletions

View file

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