Add .NET 6 Sample

This commit is contained in:
igeekfan
2022-08-16 22:35:23 +08:00
parent 03ee5dadb0
commit 6bfc2dd266
15 changed files with 454 additions and 12 deletions

View File

@@ -55,7 +55,7 @@ namespace Basic
//c.EnableAnnotations();
c.AddServer(new OpenApiServer()
{
Url = "",
Url = "http://localhost:81/admin/",
Description = "vvv"
});
c.CustomOperationIds(apiDesc =>