feat: 完成swagger模块自动分组功能
This commit is contained in:
@@ -78,7 +78,6 @@ namespace Yi.Abp.Web
|
||||
context.Services.AddYiSwaggerGen<YiAbpWebModule>(
|
||||
options =>
|
||||
{
|
||||
options.SwaggerDoc("v1", new OpenApiInfo { Title = "Yi-Abp", Version = "v1" });
|
||||
options.DocInclusionPredicate((docName, description) => true);
|
||||
options.CustomSchemaIds(type => type.FullName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user