We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I just noticed that MapShortCircuit API doc is different than its behavior. The docs says that it matches the GET request
MapShortCircuit
aspnetcore/src/Http/Routing/src/ShortCircuit/RouteShortCircuitEndpointRouteBuilderExtensions.cs
Line 16 in f62f123
but the implementation matches all the methods
Line 37 in f62f123
I can't remember which one was the requirement but one of them has to be changed!
@Tratcher
Activity