Nicolas Constant
1 year ago
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with
1 additions and
0 deletions
-
src/BirdsiteLive/Controllers/UsersController.cs
|
|
@ -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); |
|
|
|