bcf38ee384f9052284f1b985d1eeb2a7ab7fb1a5
- Changed [HttpGet("me")] to [HttpGet(nameof(Me))] for route safety.
- Renamed method from GetMe to Me for consistency.
- Removed [Authorize] attribute to allow unauthenticated access.
FakeNTLMServer
Description
Languages
C#
100%