Update min-web-api6-7.md (#29506)

pull/29510/head
Rick Anderson 2023-06-13 19:02:26 -10:00 committed by GitHub
parent 613ffc696e
commit 3483429fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -901,7 +901,7 @@ The preceding code uses [web defaults](/dotnet/standard/serialization/system-tex
## Test minimal API
For an example of testing a minimal API app, see [this GitHub sample](https://github.com/davidfowl/CommunityStandUpMinimalAPI/blob/main/TodoApi.Tests/TodoTests.cs).
For an example of testing a minimal API app, see [this GitHub sample](https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/fundamentals/minimal-apis/samples/MinApiTestsSample).
## Publish to Azure