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 e20d6c4 commit ee85f26Copy full SHA for ee85f26
src/api/Elastic.Documentation.Api.Infrastructure/MappingsExstension.cs
@@ -15,7 +15,7 @@ public static class MappingsExtension
15
{
16
public static void MapElasticDocsApiEndpoints(this IEndpointRouteBuilder group)
17
18
- _ = group.MapMethods("/", [HttpMethods.Head], () => Results.Empty);
+ _ = group.MapGet("/", () => Results.Empty);
19
MapAskAiEndpoint(group);
20
MapSearchEndpoint(group);
21
}
0 commit comments