Update min-web-api.md (#27236)

Corrected URI for test example.
pull/27232/head
Wade Pickett 2022-10-10 13:09:51 -07:00 committed by GitHub
parent 465d901659
commit 0fe7d8b579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -924,8 +924,7 @@ The [developer exception page](xref:web-api/handle-errors#developer-exception-pa
### Test minimal API apps
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/MinApiTests).
<!-- When available, link to -->
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).
### Use OpenAPI (Swagger)