We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b1073 commit 6c412c4Copy full SHA for 6c412c4
1 file changed
README.md
@@ -69,16 +69,3 @@ dependencies {
69
...
70
}
71
```
72
-
73
-## Expose the OpenAPI.json and swager-ui
74
75
-```kotlin
76
-application.routing {
77
- get("/openapi.json") {
78
- call.respond(application.openAPIGen.api.serialize())
79
- }
80
- get("/") {
81
- call.respondRedirect("/swagger-ui/index.html?url=/openapi.json", true)
82
83
-}
84
-```
0 commit comments