Skip to content

Commit 4cc7c58

Browse files
committed
fix leaving code exploration in
1 parent 16f5199 commit 4cc7c58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Elastic.ApiExplorer/Class1.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public static LandingNavigationItem CreateNavigation(OpenApiDocument openApiDocu
7676

7777
foreach (var path in openApiDocument.Paths)
7878
{
79-
path.Value.Extensions
8079
var endpointUrl = $"{url}/{path.Key.Trim('/').Replace('/', '-').Replace("{", "").Replace("}", "")}";
8180
var apiEndpoint = new ApiEndpoint(endpointUrl, path.Key, path.Value, rootNavigation);
8281
var endpointNavigationItem = new EndpointNavigationItem(1, apiEndpoint, rootNavigation, rootNavigation);

0 commit comments

Comments
 (0)