added remote_follow route

This commit is contained in:
Nicolas Constant 2021-07-21 00:52:39 -04:00
parent 4eb2909d6c
commit 2a4136cc8d
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ namespace BirdsiteLive.Controllers
[Route("/@{id}")]
[Route("/users/{id}")]
[Route("/users/{id}/remote_follow")]
public IActionResult Index(string id)
{
_logger.LogTrace("User Index: {Id}", id);