Browse Source
Update DemoAppModule.cs
Changing `Blogging` to `MyProjectName`.
pull/509/head
Yuhang Ji
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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); |
|
|
|
}); |
|
|
|
|
|
|
|
|