commit
ad4705d7b8
|
@ -769,6 +769,10 @@ Routes can be [CORS](xref:security/cors?view=aspnetcore-6.0) enabled using [CORS
|
|||
|
||||
For more information, see <xref:security/cors?view=aspnetcore-6.0>
|
||||
|
||||
## See also
|
||||
|
||||
[OpenAPI support in minimal APIs](xref:fundamentals/minimal-apis/openapi)
|
||||
|
||||
:::moniker-end
|
||||
|
||||
:::moniker range=">= aspnetcore-7.0"
|
||||
|
@ -1621,10 +1625,10 @@ The types implementing `IResult` are public, allowing for type assertions when t
|
|||
# Differences between minimal APIs and APIs with controllers
|
||||
|
||||
Moved to uid: tutorials/min-web-api
|
||||
|
||||
## OpenAPI (.NET 7 moniker only)
|
||||
|
||||
Moved to uid:fundamentals/minimum-apis/openapi
|
||||
-->
|
||||
|
||||
## See also
|
||||
|
||||
[OpenAPI support in minimal APIs](xref:fundamentals/minimal-apis/openapi)
|
||||
|
||||
:::moniker-end
|
||||
|
|
|
@ -668,6 +668,8 @@ items:
|
|||
items:
|
||||
- name: Minimal APIs overview
|
||||
uid: fundamentals/minimal-apis
|
||||
- name: OpenAPI in Minimal API apps
|
||||
uid: fundamentals/minimal-apis/openapi
|
||||
- name: Filters in Minimal API apps
|
||||
uid: fundamentals/minimal-apis/min-api-filters
|
||||
- name: Real-time apps
|
||||
|
|
Loading…
Reference in New Issue