auth controller
This commit is contained in:
@@ -9,7 +9,7 @@ using Webshop.Application.Services.Customers;
|
||||
namespace Webshop.Api.Controllers.Auth // Beachten Sie den Namespace
|
||||
{
|
||||
[ApiController]
|
||||
[Route("api/v1/[controller]")] // z.B. /api/v1/auth
|
||||
[Route("api/v1/auth/[controller]")] // z.B. /api/v1/auth
|
||||
public class AuthController : ControllerBase
|
||||
{
|
||||
private readonly IAuthService _authService;
|
||||
|
||||
Reference in New Issue
Block a user