Skip to content

Commit a01be5c

Browse files
committed
renaming
1 parent 66d37a8 commit a01be5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/Startup/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public IServiceProvider ConfigureServices(IServiceCollection services)
110110
});
111111

112112
//add summaries to swagger
113-
bool canShowSummaries = _appConfiguration.GetValue<bool>("Swagger:ShowSummariesOnSwagger");
113+
bool canShowSummaries = _appConfiguration.GetValue<bool>("Swagger:ShowSummaries");
114114
if (canShowSummaries)
115115
{
116116
var hostXmlFile = $"{Assembly.GetExecutingAssembly().GetName().Name}.xml";

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
}
2424
},
2525
"Swagger": {
26-
"ShowSummariesOnSwagger": true
26+
"ShowSummaries": true
2727
}
2828
}

0 commit comments

Comments
 (0)