Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
Slimaeus committed Sep 11, 2023
1 parent e980503 commit 68254ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/Profio.Infrastructure/Swagger/Extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<EnumSchemaFilter>();
options.OperationFilter<SwaggerDefaultValues>();
})
Expand Down

0 comments on commit 68254ad

Please sign in to comment.