Remote auth route from controller

This commit is contained in:
Robert Marshall 2020-04-12 13:54:31 +01:00
parent dafe603a06
commit 87ae65316f

View file

@ -7,7 +7,6 @@ using Robware.Auth;
namespace Robware.Api.Auth.Controllers { namespace Robware.Api.Auth.Controllers {
[ApiController] [ApiController]
[Route("[controller]")]
public class AuthController : ControllerBase { public class AuthController : ControllerBase {
private readonly ILogger<AuthController> _logger; private readonly ILogger<AuthController> _logger;
private readonly IAuthenticator _authenticator; private readonly IAuthenticator _authenticator;