Browse Source

Update DemoAppModule.cs

Changing `Blogging` to `MyProjectName`.
pull/509/head
Yuhang Ji 8 years ago
committed by GitHub
parent
commit
c2de670632
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/module/app/MyCompanyName.MyProjectName.DemoApp/DemoAppModule.cs

2
templates/module/app/MyCompanyName.MyProjectName.DemoApp/DemoAppModule.cs

@ -74,7 +74,7 @@ namespace MyCompanyName.MyProjectName.DemoApp
context.Services.AddSwaggerGen(
options =>
{
options.SwaggerDoc("v1", new Info { Title = "Blogging API", Version = "v1" });
options.SwaggerDoc("v1", new Info { Title = "MyProjectName API", Version = "v1" });
options.DocInclusionPredicate((docName, description) => true);
});

Loading…
Cancel
Save