Skip to content

Commit f4c5298

Browse files
committed
Fix prefix
cloudfront is passing the full path to API gateway
1 parent 534081e commit f4c5298

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
@@ -16,7 +16,7 @@
1616

1717
var app = builder.Build();
1818

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

2222
app.Run();

0 commit comments

Comments
 (0)