diff --git a/Controllers/AuthController.cs b/Controllers/AuthController.cs index 00e32aa..206cae9 100644 --- a/Controllers/AuthController.cs +++ b/Controllers/AuthController.cs @@ -11,8 +11,8 @@ namespace FakeNTLMServer.Controllers; public class AuthController : ControllerBase { [Authorize] - [HttpGet("me")] - public IActionResult GetMe() + [HttpGet(nameof(Me))] + public IActionResult Me() { var identity = User.Identity; return Ok(new