NamedSwaggerGenOptions.cs

This commit is contained in:
2025-07-21 14:01:59 +02:00
parent 413fb0e69e
commit 305b9d900c

View File

@@ -34,7 +34,7 @@ public class NamedSwaggerGenOptions : IConfigureNamedOptions<SwaggerGenOptions>
{
var info = new OpenApiInfo()
{
Title = "Test API " + description.GroupName,
Title = "Tranga " + description.GroupName,
Version = description.ApiVersion.ToString()
};
if (description.IsDeprecated)