mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 20:08:19 +02:00
NamedSwaggerGenOptions.cs
This commit is contained in:
@@ -34,7 +34,7 @@ public class NamedSwaggerGenOptions : IConfigureNamedOptions<SwaggerGenOptions>
|
|||||||
{
|
{
|
||||||
var info = new OpenApiInfo()
|
var info = new OpenApiInfo()
|
||||||
{
|
{
|
||||||
Title = "Test API " + description.GroupName,
|
Title = "Tranga " + description.GroupName,
|
||||||
Version = description.ApiVersion.ToString()
|
Version = description.ApiVersion.ToString()
|
||||||
};
|
};
|
||||||
if (description.IsDeprecated)
|
if (description.IsDeprecated)
|
||||||
|
Reference in New Issue
Block a user