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 66d37a8 commit a01be5cCopy full SHA for a01be5c
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/Startup/Startup.cs
@@ -110,7 +110,7 @@ public IServiceProvider ConfigureServices(IServiceCollection services)
110
});
111
112
//add summaries to swagger
113
- bool canShowSummaries = _appConfiguration.GetValue<bool>("Swagger:ShowSummariesOnSwagger");
+ bool canShowSummaries = _appConfiguration.GetValue<bool>("Swagger:ShowSummaries");
114
if (canShowSummaries)
115
{
116
var hostXmlFile = $"{Assembly.GetExecutingAssembly().GetName().Name}.xml";
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/appsettings.json
@@ -23,6 +23,6 @@
23
}
24
},
25
"Swagger": {
26
- "ShowSummariesOnSwagger": true
+ "ShowSummaries": true
27
28
0 commit comments