diff --git a/src/Robware.Api.Auth/Controllers/AuthController.cs b/src/Robware.Api.Auth/Controllers/AuthController.cs index fa3bd1f..4ec655b 100644 --- a/src/Robware.Api.Auth/Controllers/AuthController.cs +++ b/src/Robware.Api.Auth/Controllers/AuthController.cs @@ -7,7 +7,6 @@ using Robware.Auth; namespace Robware.Api.Auth.Controllers { [ApiController] - [Route("[controller]")] public class AuthController : ControllerBase { private readonly ILogger _logger; private readonly IAuthenticator _authenticator;