修复因升级而导致swagger文档失效的问题

This commit is contained in:
陈益 2026-03-22 20:54:51 +08:00
parent 0636716a82
commit c71e58f254

View File

@ -147,7 +147,7 @@ public partial class IoTHttpApiHostModule
private void ConfigureSwaggerServices(ServiceConfigurationContext context)
{
context.Services.AddJiSheServiceProSwagger("AbpPro");
context.Services.AddJiSheServiceProAggregateSwagger(context.Services.GetConfiguration());
}