Skip to content

Commit 4aa7c14

Browse files
Merge pull request #34308 from neiesc/openapi/scalar-endpoint-local
openapi scalar endpoint local
2 parents 6ae701a + 2599057 commit 4aa7c14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aspnetcore/fundamentals/openapi/using-openapi-documents.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The `Swashbuckle.AspNetCore.SwaggerUi` package provides a bundle of Swagger UI's
3030

3131
[!code-csharp[](~/fundamentals/openapi/samples/9.x/WebMinOpenApi/Program.cs?name=snippet_openapiwithscalar)]
3232

33+
Launch the app and navigate to `https://localhost:<port>/scalar/v1` to view the Scalar UI.
34+
3335
## Lint generated OpenAPI documents with Spectral
3436

3537
[Spectral](https://stoplight.io/open-source/spectral) is an open-source OpenAPI document linter. Spectral can be incorporated into an app build to verify the quality of generated OpenAPI documents. Install Spectral according to the [package installation directions](https://github.com/stoplightio/spectral#-installation).

0 commit comments

Comments
 (0)