|
|
@ -95,20 +95,20 @@ namespace Microsoft.eShopOnContainers.Services.Identity.API |
|
|
|
options.IncludeXmlComments(xmlComments); |
|
|
|
options.SwaggerDoc("v1", new OpenApiInfo |
|
|
|
{ |
|
|
|
Title = "Microsoft - Identity HTTP API", |
|
|
|
Version = "v1", |
|
|
|
Description = "The Identity Service HTTP API", |
|
|
|
TermsOfService = new Uri("https://microsoft.com/"), |
|
|
|
Contact = new OpenApiContact |
|
|
|
{ |
|
|
|
Name = "Microsoft Contact", |
|
|
|
Url = new Uri("https://microsoft.com/") |
|
|
|
}, |
|
|
|
License = new OpenApiLicense |
|
|
|
{ |
|
|
|
Name = "Microsoft License", |
|
|
|
Url = new Uri("https://microsoft.com/") |
|
|
|
} |
|
|
|
Title = "Microsoft - Identity HTTP API", |
|
|
|
Version = "v1", |
|
|
|
Description = "The Identity Service HTTP API", |
|
|
|
TermsOfService = new Uri("https://microsoft.com/"), |
|
|
|
Contact = new OpenApiContact |
|
|
|
{ |
|
|
|
Name = "Microsoft Contact", |
|
|
|
Url = new Uri("https://microsoft.com/") |
|
|
|
}, |
|
|
|
License = new OpenApiLicense |
|
|
|
{ |
|
|
|
Name = "Microsoft License", |
|
|
|
Url = new Uri("https://microsoft.com/") |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|
var container = new ContainerBuilder(); |
|
|
|