diff --git a/Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs b/Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs index 8d68e20..a38e162 100644 --- a/Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs +++ b/Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs @@ -6,7 +6,6 @@ using System; using System.Collections.Generic; using Webshop.Application.DTOs; using Webshop.Application.DTOs.Auth; -using Webshop.Application.DTOs.Categories; // Korrigierter Namespace using Webshop.Application.DTOs.Categorys; using Webshop.Application.DTOs.Customers; using Webshop.Application.DTOs.Discounts;