We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78df4f7 commit 33fc8ddCopy full SHA for 33fc8dd
src/Simplify.Web.Swagger/SimplifyWebSwaggerExtensions.cs
@@ -11,5 +11,5 @@ public static class SimplifyWebSwaggerServiceCollectionExtensions
11
/// <summary>
12
/// Add Simplify.Web controllers to Swagger documentation generation
13
/// </summary>
14
- public static void AddSimplifyWebSwagger(this SwaggerGenOptions options, SimplifyWebSwaggerArgs? parameter = null) => options.DocumentFilter<SimplifyWebDocumentFilter>(parameter);
+ public static void AddSimplifyWebSwagger(this SwaggerGenOptions options, SimplifyWebSwaggerArgs? args = null) => options.DocumentFilter<SimplifyWebDocumentFilter>(args);
15
}
0 commit comments