auth controller

This commit is contained in:
Tizian.Breuch
2025-08-01 12:01:02 +02:00
parent ba15e68049
commit cb841166fe

View File

@@ -9,7 +9,7 @@ using Webshop.Application.Services.Customers;
namespace Webshop.Api.Controllers.Auth // Beachten Sie den Namespace namespace Webshop.Api.Controllers.Auth // Beachten Sie den Namespace
{ {
[ApiController] [ApiController]
[Route("api/v1/[controller]")] // z.B. /api/v1/auth [Route("api/v1/auth/[controller]")] // z.B. /api/v1/auth
public class AuthController : ControllerBase public class AuthController : ControllerBase
{ {
private readonly IAuthService _authService; private readonly IAuthService _authService;