Skip to content

Commit 299e1b1

Browse files
committed
Description changed
Swagger description changed
1 parent ed134a2 commit 299e1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Supermarket/Swagger/SwaggerInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static Info CreateInfoForApiVersion(ApiVersionDescription description, Ty
1616
{
1717
Title = $"{type.Assembly.GetCustomAttribute<AssemblyProductAttribute>().Product} {description.ApiVersion}",
1818
Version = description.ApiVersion.ToString(),
19-
Description = "A simple example ASP.NET Core Web API",
19+
Description = "Supermarket ASP.NET Core Web API",
2020
TermsOfService = "None",
2121
Contact = new Contact { Name = "Mathavan N", Email = "mathavan@gmail.com", Url = "https://github.com/Mathavana" },
2222
License = new License { Name = "Use under LICX", Url = "https://example.com/license" }

0 commit comments

Comments
 (0)