added remote_follow route
This commit is contained in:
parent
4eb2909d6c
commit
2a4136cc8d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue