Skip to content

Commit 2fe44fb

Browse files
committed
Keep /ep-plaintext using Map instead of MapGet.
1 parent c99610f commit 2fe44fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Benchmarks/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ INSERT INTO fortune (message)
437437
{
438438
var helloWorldPayload = Encoding.UTF8.GetBytes("Hello, World!");
439439

440-
app.MapGet("/ep-plaintext", async context =>
440+
app.Map("/ep-plaintext", async context =>
441441
{
442442
var payloadLength = helloWorldPayload.Length;
443443
var response = context.Response;

0 commit comments

Comments
 (0)