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 f04d3cf commit 3aef4abCopy full SHA for 3aef4ab
aspnetcore/fundamentals/openapi/using-openapi-documents.md
@@ -30,7 +30,7 @@ The `Swashbuckle.AspNetCore.SwaggerUi` package provides a bundle of Swagger UI's
30
31
[!code-csharp[](~/fundamentals/openapi/samples/9.x/WebMinOpenApi/Program.cs?name=snippet_openapiwithscalar)]
32
33
-Launch the app and navigate to `https://localhost:<port>scalar/v1` to view the generated Scalar API Reference.
+Launch the app and navigate to `https://localhost:<port>/scalar/v1` to view the generated Scalar API Reference.
34
35
## Lint generated OpenAPI documents with Spectral
36
0 commit comments