Skip to content

Commit

Permalink
(no commit message provided)
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Feb 1, 2025
1 parent 81c27c8 commit 1e61645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ routes.get("Swagger", "swagger.json") { req in
}
.excludeFromOpenAPI()
```
You also can configure a web page:
#### Configure a web page
- Use `stoplightDocumentation(openAPI:)` helper method to generate a [Stoplight](https://stoplight.io) page. This method also can return an `OpenAPIObject`.
- [Here is an example](##short-example) how to configure SwaggerUI.

Expand Down

0 comments on commit 1e61645

Please sign in to comment.