Skip to content

Commit 3e5e1e2

Browse files
committed
Fix prefix
1 parent 9ca8c45 commit 3e5e1e2

File tree

1 file changed

+1
-1
lines changed
  • src/api/Elastic.Documentation.Api.Lambda

1 file changed

+1
-1
lines changed

src/api/Elastic.Documentation.Api.Lambda/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
var app = builder.Build();
1717

18-
var v1 = app.MapGroup("/v1");
18+
var v1 = app.MapGroup("/docs/_api/v1");
1919
v1.MapElasticDocsApiEndpoints();
2020

2121
app.Run();

0 commit comments

Comments
 (0)