We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99610f commit 2fe44fbCopy full SHA for 2fe44fb
src/Benchmarks/Program.cs
@@ -437,7 +437,7 @@ INSERT INTO fortune (message)
437
{
438
var helloWorldPayload = Encoding.UTF8.GetBytes("Hello, World!");
439
440
- app.MapGet("/ep-plaintext", async context =>
+ app.Map("/ep-plaintext", async context =>
441
442
var payloadLength = helloWorldPayload.Length;
443
var response = context.Response;
0 commit comments