diff --git a/Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs b/Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs index 1976652..2214bd5 100644 --- a/Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs +++ b/Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs @@ -5,7 +5,6 @@ using Microsoft.OpenApi.Any; using Webshop.Application.DTOs; using Webshop.Application.DTOs.Auth; using Webshop.Application.DTOs.Users; -using Webshop.Domain.Enums; using System; // Für Guid.NewGuid() namespace Webshop.Api.SwaggerFilters