Skip to content

Commit 575e8ab

Browse files
committed
Document new yaml endpoint
1 parent 1b2e833 commit 575e8ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/quickstart.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ springwolf.docket.servers.kafka.url=${kafka.bootstrap.servers:localhost:29092}
4848

4949
## 3. View the docs
5050
Start the application and open the urls in your browser:
51-
- AsyncApi: [`<host>:<port>/springwolf/docs`](http://localhost:8080/springwolf/docs)
51+
- Json: [`<host>:<port>/springwolf/docs`](http://localhost:8080/springwolf/docs)
52+
- Yaml: [`<host>:<port>/springwolf/docs.yaml`](http://localhost:8080/springwolf/docs.yaml)
5253
- UI: [`<host>:<port>/springwolf/asyncapi-ui.html`](http://localhost:8080/springwolf/asyncapi-ui.html)
5354

5455
If you configured a different context path in your application, make sure to prepend it to springwolf urls, i.e. `<host>:<port>/<context-path>/springwolf/asyncapi-ui.html`

0 commit comments

Comments
 (0)