We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca8c45 commit 3e5e1e2Copy full SHA for 3e5e1e2
src/api/Elastic.Documentation.Api.Lambda/Program.cs
@@ -15,7 +15,7 @@
15
16
var app = builder.Build();
17
18
-var v1 = app.MapGroup("/v1");
+var v1 = app.MapGroup("/docs/_api/v1");
19
v1.MapElasticDocsApiEndpoints();
20
21
app.Run();
0 commit comments