We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e417161 commit 5fb2497Copy full SHA for 5fb2497
1 file changed
src/Servers/AspNetMinimal/Program.cs
@@ -4,6 +4,8 @@
4
5
var app = builder.Build();
6
7
-app.MapGet("/", () => "Hello from ASP.NET Minimal API");
+app.MapGet("/", () => "OK");
8
+
9
+app.MapPost("/", () => "OK");
10
11
app.Run();
0 commit comments