diff --git a/Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs b/Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs index 0a4e507..0fa325e 100644 --- a/Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs +++ b/Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs @@ -5,7 +5,6 @@ using Microsoft.OpenApi.Any; // Wichtig für OpenApiString, OpenApiDouble etc. using Webshop.Application.DTOs; // ProductDto, AdminProductDto, SupplierDto using Webshop.Application.DTOs.Auth; // LoginRequestDto, RegisterRequestDto, AuthResponseDto using Webshop.Application.DTOs.Users; // UserDto -using Webshop.Domain.Enums; // Für Enums in DTOs (z.B. AddressType, DiscountType etc.) namespace Webshop.Api.SwaggerFilters {