diff --git a/Webshop.Api/Controllers/Auth/AuthController.cs b/Webshop.Api/Controllers/Auth/AuthController.cs index 95f000f..6325205 100644 --- a/Webshop.Api/Controllers/Auth/AuthController.cs +++ b/Webshop.Api/Controllers/Auth/AuthController.cs @@ -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;