Skip to content

Commit 3b58a3f

Browse files
committed
Added missing code tick
1 parent 62b4405 commit 3b58a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/fundamentals/minimal-apis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Provides an overview of minimal APIs in ASP.NET Core
55
ms.author: wpickett
66
content_well_notification: AI-contribution
77
monikerRange: '>= aspnetcore-6.0'
8-
ms.date: 02/07/2025
8+
ms.date: 05/19/2025
99
uid: fundamentals/minimal-apis
1010
ai-usage: ai-assisted
1111
---
@@ -124,7 +124,7 @@ app.MapPost("/products", (Product product) =>
124124
// Endpoint logic here
125125
return TypedResults.Ok(product);
126126
});
127-
``
127+
```
128128

129129
## Responses
130130

0 commit comments

Comments
 (0)