Remote auth route from controller
This commit is contained in:
parent
dafe603a06
commit
87ae65316f
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue