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 62b4405 commit 3b58a3fCopy full SHA for 3b58a3f
aspnetcore/fundamentals/minimal-apis.md
@@ -5,7 +5,7 @@ description: Provides an overview of minimal APIs in ASP.NET Core
5
ms.author: wpickett
6
content_well_notification: AI-contribution
7
monikerRange: '>= aspnetcore-6.0'
8
-ms.date: 02/07/2025
+ms.date: 05/19/2025
9
uid: fundamentals/minimal-apis
10
ai-usage: ai-assisted
11
---
@@ -124,7 +124,7 @@ app.MapPost("/products", (Product product) =>
124
// Endpoint logic here
125
return TypedResults.Ok(product);
126
});
127
-``
+```
128
129
## Responses
130
0 commit comments