diff --git a/libs/Profio.Infrastructure/Swagger/Extension.cs b/libs/Profio.Infrastructure/Swagger/Extension.cs index 0c056e04..65577c00 100644 --- a/libs/Profio.Infrastructure/Swagger/Extension.cs +++ b/libs/Profio.Infrastructure/Swagger/Extension.cs @@ -21,7 +21,6 @@ public static IServiceCollection AddOpenApi(this IServiceCollection services) if (description.IsDeprecated) new OpenApiInfo().Description += " NOTE: This API version has been deprecated."; } - //options.UseInlineDefinitionsForEnums(); options.SchemaFilter(); options.OperationFilter(); })